Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Nov 27, 2024
1 parent 9e96f82 commit 4294cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

testpypi-publish:
name: Publish Python 🐍 distribution 📦 to TestPypi
needs: [ sdist, linux ]
needs: [ sdist, wheels ]
runs-on: ubuntu-latest
# Only publish to TestPyPi if the tag is a pre-release
# if: ${{ startsWith(github.ref, 'refs/tags/') && contains(github.ref, '-')}}
Expand Down

0 comments on commit 4294cf0

Please sign in to comment.