We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 457b296 + f2a4331 commit 770653cCopy full SHA for 770653c
.github/workflows/pythonpublish.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install --upgrade poetry
20
- poetry install
+ poetry install --no-dev
21
poetry config http-basic.pypi __token__ ${{ secrets.PYPI_TOKEN }}
22
- name: Build and publish
23
0 commit comments