We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeddbcb + c118460 commit 6ddbbfdCopy full SHA for 6ddbbfd
.github/workflows/2_auto_publish_release.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: cylc/release-actions/build-python-package@v1
40
41
- name: Publish distribution to PyPI
42
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@release/v1
43
with:
44
user: __token__ # uses the API token feature of PyPI - least permissions possible
45
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments