Skip to content

Commit

Permalink
Update pytest_and_autopublish.yml with if publish_to_testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmaz authored Jan 22, 2025
1 parent 67f41f3 commit df8b43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

publish-to-testpypi:
name: Publish Python distribution to TestPyPI
# if: github.event.inputs.publish_to_testpypi == 'true' || startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
if: github.event.inputs.publish_to_testpypi == 'true' || startsWith(github.ref, 'refs/tags/')
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit df8b43c

Please sign in to comment.