Skip to content

Commit 4684a58

Browse files
committed
build: gh actions for pypi auto publish
1 parent 6a66122 commit 4684a58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-pypi.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ jobs:
3232
python3 -m build --sdist --wheel --outdir dist/
3333
3434
- name: Publish Package
35-
uses: pypa/gh-action-pypi-publish@master
35+
uses: pypa/gh-action-pypi-publish@master
36+
with:
37+
user: __token__
38+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)