Skip to content

Commit 6ddbbfd

Browse files
authored
Merge pull request #671 from MetRonnie/actions
GH Actions: automatically use latest `pypa/gh-action-pypi-publish`
2 parents aeddbcb + c118460 commit 6ddbbfd

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
@@ -39,7 +39,7 @@ jobs:
3939
uses: cylc/release-actions/build-python-package@v1
4040

4141
- name: Publish distribution to PyPI
42-
uses: pypa/gh-action-pypi-publish@v1.12.2
42+
uses: pypa/gh-action-pypi-publish@release/v1
4343
with:
4444
user: __token__ # uses the API token feature of PyPI - least permissions possible
4545
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)