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