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 548b116 commit 5fa010aCopy full SHA for 5fa010a
.github/workflows/pypi-publish.yaml
@@ -0,0 +1,6 @@
1
+- name: Publish package to PyPI
2
+ uses: pypa/gh-action-pypi-publish@release/v1
3
+ with:
4
+ user: __token__
5
+ password: ${{ secrets.PYPI_API_TOKEN }}
6
+ verify_metadata: false
0 commit comments