Skip to content

Commit

Permalink
Merge da7747b into 7a3e126
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimebuelta committed Jan 20, 2022
2 parents 7a3e126 + da7747b commit 70fcc79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Expand Up @@ -67,8 +67,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 70fcc79

Please sign in to comment.