Add step to publish package to PyPI
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -85,4 +85,11 @@ jobs:
|
||||
command: upload
|
||||
args: --skip-existing --non-interactive
|
||||
|
||||
- name: Publish to PyPI # ← ADD THIS
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
token: ${{ secrets.PYPI_API_TOKEN }}
|
||||
command: upload
|
||||
args: --skip-existing --non-interactive
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user