Skip to content

Commit

Permalink
split release jobs into two
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 24, 2023
1 parent e92cfe0 commit 50af008
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,3 @@ jobs:

steps:
- uses: cvxgrp/.github/actions/publish@main

# - uses: actions/setup-python@v3
#
# # Download the dist folder from the build job
# - uses: actions/download-artifact@v3
# with:
# name: dist
# path: dist
#
# # Generate the token
# - name: Mint token
# id: mint
# uses: tschm/token-mint-action@v1.0.2
#
# # Install twine and upload the dist folder using the token
# - name: Publish the package
# shell: bash
# run: |
# pip install twine
# twine upload --verbose -u __token__ -p '${{ steps.mint.outputs.api-token }}' dist/*

0 comments on commit 50af008

Please sign in to comment.