We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3180fea + 4a53a73 commit db7fb91Copy full SHA for db7fb91
.github/workflows/build.yml
@@ -129,7 +129,7 @@ jobs:
129
130
- name: Publish to PyPI
131
if: startsWith(github.ref, 'refs/tags')
132
- uses: pypa/gh-action-pypi-publish@v1.12.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
133
134
# https://docs.github.com/en/actions/language-and-framework-guides/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
135
publish-npm:
0 commit comments