We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77474b7 commit dced819Copy full SHA for dced819
.github/workflows/publish.yml
@@ -69,7 +69,7 @@ jobs:
69
path: ./dist/*
70
- name: Uploading PyPI
71
if: ${{ matrix.python-version == '3.12' && matrix.os-version == 'ubuntu-latest' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')) }}
72
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.12.3
73
with:
74
# PyPI user
75
# Password for your PyPI user or an access token
0 commit comments