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.
pypa/gh-action-pypi-publish
1 parent 34f246a commit 53b1e01Copy full SHA for 53b1e01
.github/workflows/2_auto_publish_release.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: cylc/release-actions/build-python-package@v1
50
51
- name: Publish distribution to PyPI
52
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@release/v1
53
with:
54
user: __token__ # uses the API token feature of PyPI - least permissions possible
55
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments