Skip to content

Commit ef31fe7

Browse files
authored
update Poetry command for GitHub Actions
- Replace deprecated --no-dev flag with --only=main in publish workflow
1 parent 0a7b0c1 commit ef31fe7

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
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install dependencies
3838
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
39-
run: poetry install --no-dev --no-interaction --no-ansi
39+
run: poetry install --only=main --no-interaction --no-ansi
4040

4141
- name: Build package
4242
run: poetry build

0 commit comments

Comments
 (0)