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.
2 parents b23b2b8 + 79c0741 commit e28b937Copy full SHA for e28b937
.github/workflows/publish_package.yml
@@ -29,7 +29,7 @@ jobs:
29
poetry build --ansi
30
31
- name: Publish package on PyPI
32
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.12.3
33
with:
34
# TODO COOKIETEMPLE: Configure your PyPI Token to enable automatic deployment to PyPi on releases
35
# https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
0 commit comments