Skip to content

Merge pull request #73 from aliceinwire/dev_release #1

Merge pull request #73 from aliceinwire/dev_release

Merge pull request #73 from aliceinwire/dev_release #1

Workflow file for this run

name: Publish package to PyPI
on:
push:
tags:
- "v*.*.*"
jobs:
pypi_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}