Switch to poetry

This commit is contained in:
2025-02-23 21:56:43 +00:00
parent b0cc227c56
commit e981c1d33d
9 changed files with 755 additions and 52 deletions

View File

@@ -13,10 +13,10 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-python@v5
- run: pip install -r requirements-dev.txt
- run: pip install poetry
- name: Build Assets
run: python setup.py sdist bdist_wheel
run: poetry build
- name: Release
uses: softprops/action-gh-release@v2