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 aa65a45 commit 8e06200Copy full SHA for 8e06200
{{cookiecutter.repo_name}}/.github/workflows/publish.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
hatch build
32
- name: Publish package on PyPI
33
- uses: pypa/gh-action-pypi-publish@v1.5.1
+ uses: pypa/gh-action-pypi-publish@v1.8.10
34
with:
35
user: __token__
36
password: ${{"{{"}} secrets.PYPI_TOKEN {{"}}"}}{% endif %}
0 commit comments