Skip to content

Commit

Permalink
Reverted pypa/gh-action-pypi-publish in an attempt to make publishing…
Browse files Browse the repository at this point in the history
… work again
  • Loading branch information
hpenne committed Apr 19, 2023
1 parent f47593a commit 186bc5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
--outdir dist/
.
- name: Publish distribution to Test PyPI when master changes
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish distribution to PyPI for tagged releases
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 186bc5c

Please sign in to comment.