Skip to content

Commit

Permalink
Merge branch 'master' of github.com:biocore/biom-format
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Mar 26, 2022
2 parents b372e6d + 118b90c commit 14b64f7
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 @@ -22,7 +22,7 @@ jobs:
python setup.py sdist
- name: Publish a Python distribution to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 14b64f7

Please sign in to comment.