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 bafaa4c commit af90c9bCopy full SHA for af90c9b
1 file changed
.github/workflows/python-package.yml
@@ -27,5 +27,6 @@ jobs:
27
if: startsWith(github.ref, 'refs/tags')
28
uses: pypa/gh-action-pypi-publish@v1.5.1
29
with:
30
+ verify_metadata: false
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments