Skip to content

Merge pull request #19 from ZedongPeng/update_pyproject #4

Merge pull request #19 from ZedongPeng/update_pyproject

Merge pull request #19 from ZedongPeng/update_pyproject #4

Workflow file for this run

name: Publish package to PyPI
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
repository_name: "mpax"
python_version: 3.12
poetry_version: latest
pypi_token: ${{ secrets.PYPI_TOKEN }}