Skip to content

Commit

Permalink
Merge pull request #87 from galaxyproject/fix_pypi_release
Browse files Browse the repository at this point in the history
Remove condition from tpv packaging
  • Loading branch information
nuwang authored Mar 22, 2023
2 parents ca17e4a + a272727 commit 129c65b
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 @@ -31,7 +31,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/
skip_existing: true
- name: Publish distribution 📦 to PyPI
if: github.event_name == 'release' && github.event.action == 'created'
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 129c65b

Please sign in to comment.