Skip to content

Commit c8e6c9a

Browse files
authored
Update deploy.yml
1 parent 12d5e61 commit c8e6c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
.
3939
4040
- name: Publish distribution 📦 to Test PyPI
41-
uses: pypa/gh-action-pypi-publish@master
41+
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
skip_existing: true
4444
password: ${{ secrets.test_pypi_password }}
4545
repository_url: https://test.pypi.org/legacy/
4646

4747
- name: Publish distribution 📦 to PyPI
4848
if: startsWith(github.ref, 'refs/tags')
49-
uses: pypa/gh-action-pypi-publish@master
49+
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
5151
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)