Skip to content

Commit 770653c

Browse files
committed
2 parents 457b296 + f2a4331 commit 770653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install --upgrade poetry
20-
poetry install
20+
poetry install --no-dev
2121
poetry config http-basic.pypi __token__ ${{ secrets.PYPI_TOKEN }}
2222
- name: Build and publish
2323
run: |

0 commit comments

Comments
 (0)