Skip to content

v1.0.0.a2

v1.0.0.a2 #32

Workflow file for this run

name: Build and publish python package
on:
release:
types: [ published ]
jobs:
publish-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Publish PyPi package
uses: code-specialist/pypi-poetry-publish@v1
with:
PYTHON_VERSION: "3.11"
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN }}
BRANCH: main