Skip to content

Commit 690fa93

Browse files
committed
Fix version of pypa/gh-action-pypi-publish
1 parent bec0c1f commit 690fa93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_n_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: dist/
3838

3939
- name: Publish package to PyPI
40-
uses: pypa/gh-action-pypi-publish@v1
40+
uses: pypa/gh-action-pypi-publish@release/v1
4141
with:
4242
password: ${{ secrets.test_pypi_password }}
4343
repository_url: https://test.pypi.org/legacy/
@@ -102,6 +102,6 @@ jobs:
102102
path: dist/
103103

104104
# - name: Publish package to PyPI
105-
# uses: pypa/gh-action-pypi-publish@v1
105+
# uses: pypa/gh-action-pypi-publish@release/v1
106106
# with:
107107
# password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)