Skip to content

Commit 9fc51ad

Browse files
committed
Use recent pypi-release script
1 parent 25560b1 commit 9fc51ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python -m pip install dist/numpy_groupies*.tar.gz
6868
- name: Publish package to TestPyPI
6969
if: github.event_name == 'push'
70-
uses: pypa/gh-action-pypi-publish@v1.8.3
70+
uses: pypa/gh-action-pypi-publish@release/v1
7171
with:
7272
user: __token__
7373
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -85,7 +85,7 @@ jobs:
8585
name: releases
8686
path: dist
8787
- name: Publish package to PyPI
88-
uses: pypa/gh-action-pypi-publish@v1.8.3
88+
uses: pypa/gh-action-pypi-publish@release/v1
8989
with:
9090
user: __token__
9191
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)