Skip to content

Commit 6da1f36

Browse files
Update publish-to-test-pypi.yml
1 parent 5d8da97 commit 6da1f36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
--wheel
3636
--outdir dist/
3737
- name: Publish distribution 📦 to Test PyPI
38-
uses: pypa/gh-action-pypi-publish@master
38+
uses: pypa/gh-action-pypi-publish@release/v1
3939
with:
4040
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4141
repository_url: https://test.pypi.org/legacy/
4242
- name: Publish distribution 📦 to PyPI
4343
if: startsWith(github.ref, 'refs/tags')
44-
uses: pypa/gh-action-pypi-publish@master
44+
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)