refactoring and moving to poetry

This commit is contained in:
msramalho
2024-01-25 16:48:43 +00:00
parent a06ea0e26e
commit 253e2f0ebc
10 changed files with 402 additions and 165 deletions

18
.github/workflows/pypi-publish.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Upload Python Package
on:
release:
types: [published]
jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [checks]
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: 3.9