Skip to content

Commit caea0e6

Browse files
committed
fix: install dev dependencies in publish workflow for twine access
1 parent 9113a87 commit caea0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
102102

103103
- name: Install dependencies
104-
run: poetry install --only main
104+
run: poetry install --with dev
105105

106106
- name: Build package
107107
run: poetry build

0 commit comments

Comments
 (0)