Add step to publish package to PyPI

This commit is contained in:
BillTheMaker
2025-12-06 18:28:52 -07:00
committed by GitHub
parent 8e6b120e76
commit b25a070d5e

View File

@@ -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