Skip to content

feat: bump to version 0.1.7 #5

feat: bump to version 0.1.7

feat: bump to version 0.1.7 #5

Workflow file for this run

name: Publish Multi-Registry
on:
push:
branches: ["main"]
jobs:
pypi:
name: Publish to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: PyO3/maturin-action@v1
with:
python-version: '3.12'
command: publish
args: -- --release --features python -o wheels
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}