Restoring environment*.yml's, adding new dependencies, remove the [cli] option

This commit is contained in:
Justin Guese
2024-07-12 19:51:46 +02:00
parent a8901d2431
commit ac92e0ea69
5 changed files with 201 additions and 319 deletions
+3 -3
View File
@@ -21,9 +21,9 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
# use the hardcoded version number for now. if this is merged to the main repo, you can uncomment these lines to automatically tag the version number with the github run number
# - name: Set Version number
# run: |
# poetry version 0.0.${{ github.run_number }}
- name: Set Version number
run: |
poetry version 0.1.${{ github.run_number }}
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}