Skip to content

Commit

Permalink
Merge pull request #26424 from oscarbenjamin/pr_test_deploy
Browse files Browse the repository at this point in the history
Test deploy script...
  • Loading branch information
oscarbenjamin committed Mar 29, 2024
2 parents ae12535 + 49463e4 commit a0551f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
pypi-publish:
name: Publish to PyPI
needs: [build]
# Run when a tag is pushed
# Run when a tag is pushed (not sure if this works)
if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags')"
environment:
name: pypi
Expand Down

0 comments on commit a0551f7

Please sign in to comment.