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 ee51c5b commit d44fa06Copy full SHA for d44fa06
{{cookiecutter.project_name}}/.github/workflows/release.yml
@@ -57,14 +57,14 @@ jobs:
57
58
- name: Publish package on PyPI
59
if: steps.check-version.outputs.tag
60
- uses: pypa/gh-action-pypi-publish@v1.6.4
+ uses: pypa/gh-action-pypi-publish@v1.8.6
61
with:
62
user: __token__
63
password: {{ "${{ secrets.PYPI_TOKEN }}" }}
64
65
- name: Publish package on TestPyPI
66
if: "! steps.check-version.outputs.tag"
67
68
69
70
password: {{ "${{ secrets.TEST_PYPI_TOKEN }}" }}
0 commit comments