Skip to content

Commit

Permalink
run on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 15, 2022
1 parent e20612f commit f2316b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: bash

- name: Publish a Python distribution to PyPI
if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
if: ${{ github.event_name == 'release' }}
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit f2316b7

Please sign in to comment.