Skip to content

UPdated github actions to publish on poetry #6

UPdated github actions to publish on poetry

UPdated github actions to publish on poetry #6

name: Python package
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}