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 7b492b7 commit dfcdf6cCopy full SHA for dfcdf6c
.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.9.0
+ uses: pypa/gh-action-pypi-publish@v1.10.3
43
with:
44
user: __token__ # uses the API token feature of PyPI - least permissions possible
45
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments