Skip to content

Commit 28a07ad

Browse files
committed
Use stable PyPI relase Action
1 parent 988fa4a commit 28a07ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
files: |
8383
dist/*.whl
8484
- name: Publish to Test PyPI
85-
uses: pypa/gh-action-pypi-publish@master
85+
uses: pypa/gh-action-pypi-publish@release/v1
8686
with:
8787
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
8888
repository_url: https://test.pypi.org/legacy/
8989
- name: Publish to PyPI
9090
if: startsWith(github.ref, 'refs/tags')
91-
uses: pypa/gh-action-pypi-publish@master
91+
uses: pypa/gh-action-pypi-publish@release/v1
9292
with:
9393
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)