Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Create pypi-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MindPatch authored May 29, 2022
1 parent 548b116 commit 5fa010a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verify_metadata: false

0 comments on commit 5fa010a

Please sign in to comment.