Skip to content

Commit

Permalink
Temporarily run python releases on each commit
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Sep 28, 2024
1 parent c2e8fe8 commit 068f812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,8 @@ jobs:
python_push_release:
name: Publish to pypi.org
runs-on: ubuntu-latest
if: github.event_name == 'release'
# TODO: uncomment after releasing once
# if: github.event_name == 'release'
needs: test_python

# We use Trusted Publishing to manage our access to pypi:
Expand Down

0 comments on commit 068f812

Please sign in to comment.