We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc37c39 commit f2a4331Copy full SHA for f2a4331
.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