Skip to content

Commit 8d6ca64

Browse files
committed
fix: removing install dependencies step (not needed for publishing)
1 parent 45a1e2d commit 8d6ca64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
run: |
2727
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
2828
29-
- name: Install dependencies (optional)
30-
run: |
31-
poetry install --no-root
32-
3329
- name: Build and publish
3430
run: |
3531
poetry publish --build

0 commit comments

Comments
 (0)