Restoring environment*.yml's, adding new dependencies, remove the [cli] option
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user