Skip to content

Commit 53b1e01

Browse files
committed
GH Actions: use latest pypa/gh-action-pypi-publish
1 parent 34f246a commit 53b1e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/2_auto_publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: cylc/release-actions/build-python-package@v1
5050

5151
- name: Publish distribution to PyPI
52-
uses: pypa/gh-action-pypi-publish@v1.12.2
52+
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
5454
user: __token__ # uses the API token feature of PyPI - least permissions possible
5555
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)