Skip to content

Commit

Permalink
Do not deploy to test pypi on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Nov 27, 2023
1 parent e3c5063 commit 87739e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: wheels
path: dist
- name: Publish package to Test PyPI
if: github.event.action != 'published'
if: github.event.action != 'published' && github.event_name == 'push'
uses: pypa/[email protected]
with:
user: __token__
Expand Down

0 comments on commit 87739e5

Please sign in to comment.