Skip to content

Commit

Permalink
Merge pull request #209 from ocefpaf/fix_tarball_test
Browse files Browse the repository at this point in the history
fix tarball tests
  • Loading branch information
ocefpaf authored Sep 21, 2021
2 parents c30440f + 2a2d4be commit 5247832
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: contains(github.ref, "release")
if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit 5247832

Please sign in to comment.