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 e3f77a5 commit 9862356Copy full SHA for 9862356
.github/workflows/2_auto_publish_release.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: cylc/release-actions/build-python-package@v1
39
40
- name: Publish distribution to PyPI
41
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
user: __token__ # uses the API token feature of PyPI - least permissions possible
44
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments