Skip to content

Commit 8e06200

Browse files
committed
🐛 bump gh-action-pypi-publish
1 parent aa65a45 commit 8e06200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.repo_name}}/.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
hatch build
3232
- name: Publish package on PyPI
33-
uses: pypa/gh-action-pypi-publish@v1.5.1
33+
uses: pypa/gh-action-pypi-publish@v1.8.10
3434
with:
3535
user: __token__
3636
password: ${{"{{"}} secrets.PYPI_TOKEN {{"}}"}}{% endif %}

0 commit comments

Comments
 (0)