Skip to content

Commit

Permalink
bump gh-action-pypi-publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jul 2, 2023
1 parent c8b4ae3 commit 96a89ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
name: dist
path: dist
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@unstable/v1
with:
repository_url: https://test.pypi.org/legacy/
- if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@unstable/v1

0 comments on commit 96a89ee

Please sign in to comment.