Skip to content

Commit

Permalink
only publish if push
Browse files Browse the repository at this point in the history
  • Loading branch information
caioariede committed Sep 23, 2024
1 parent daabe03 commit a8af6e9
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 @@ -46,5 +46,5 @@ jobs:
semantic-release ${{ github.event_name == 'pull_request' && '--dry-run' || '' }}
- name: Publish release distributions to PyPI
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'push' }}
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a8af6e9

Please sign in to comment.