Skip to content

Commit 9e3e45a

Browse files
committed
switched gh-action-pypi-publish version
pypa/gh-action-pypi-publish@release/v1
1 parent d4929f8 commit 9e3e45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_n_pub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ jobs:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191

9292
# - name: Publish distribution 📦 to Test PyPI
93-
# uses: pypa/gh-action-pypi-publish@master
93+
# uses: pypa/gh-action-pypi-publish@release/v1
9494
# with:
9595
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
9696
# repository_url: https://test.pypi.org/legacy/
9797
# skip_existing: true
9898

9999
- name: Publish distribution 📦 to PyPI
100-
uses: pypa/gh-action-pypi-publish@master
100+
uses: pypa/gh-action-pypi-publish@release/v1
101101
with:
102102
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)