added pyproject.toml based on poetry

This commit is contained in:
Schmieder, Jacob
2024-05-13 08:37:56 +00:00
parent 9f59004029
commit 7dd2db0fad
2 changed files with 69 additions and 1 deletions
-1
View File
@@ -46,7 +46,6 @@ jobs:
pip install setuptools wheel
- name: Build source distribution
run: |
python3 -c "import os; print('ISRELEASED' in os.environ)"
python3 setup.py sdist
- name: Store the distribution packages
uses: actions/upload-artifact@v3