Skip to content

Commit 5fa010a

Browse files
authored
Create pypi-publish.yaml
1 parent 548b116 commit 5fa010a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)