We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7b0c1 commit ef31fe7Copy full SHA for ef31fe7
1 file changed
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Install dependencies
38
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
39
- run: poetry install --no-dev --no-interaction --no-ansi
+ run: poetry install --only=main --no-interaction --no-ansi
40
41
- name: Build package
42
run: poetry build
0 commit comments