Skip to content

Commit 3852a78

Browse files
Update pypi action to released (#66)
1 parent d249212 commit 3852a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/distribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
mv artifact/* dist/
5757
- name: Publish distribution 📦 to Test PyPI
5858
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
59-
uses: pypa/gh-action-pypi-publish@master
59+
uses: pypa/gh-action-pypi-publish@release/v1
6060
with:
6161
password: ${{ secrets.test_pypi_password }}
6262
repository_url: https://test.pypi.org/legacy/
6363
skip_existing: true
6464
- name: Publish distribution 📦 to PyPI
6565
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
66-
uses: pypa/gh-action-pypi-publish@master
66+
uses: pypa/gh-action-pypi-publish@release/v1
6767
with:
6868
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)