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 4948fd2 commit 0ad40d8Copy full SHA for 0ad40d8
.github/workflows/release.yaml
@@ -53,7 +53,8 @@ jobs:
53
- name: Build package
54
run: python -m build
55
- name: Publish package distributions to PyPI
56
- uses: pypa/gh-action-pypi-publish@v1.8.6
+ uses: pypa/gh-action-pypi-publish@v1.12.4
57
with:
58
user: __token__
59
- password: ${{ secrets.PYPI_PASSWORD }}
+ password: ${{ secrets.PYPI_PASSWORD }}
60
+ verify-metadata: false
0 commit comments