We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25560b1 commit 9fc51adCopy full SHA for 9fc51ad
.github/workflows/pypi-release.yaml
@@ -67,7 +67,7 @@ jobs:
67
python -m pip install dist/numpy_groupies*.tar.gz
68
- name: Publish package to TestPyPI
69
if: github.event_name == 'push'
70
- uses: pypa/gh-action-pypi-publish@v1.8.3
+ uses: pypa/gh-action-pypi-publish@release/v1
71
with:
72
user: __token__
73
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -85,7 +85,7 @@ jobs:
85
name: releases
86
path: dist
87
- name: Publish package to PyPI
88
89
90
91
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments