We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda144d commit adecc73Copy full SHA for adecc73
.github/workflows/workflow.yml
@@ -21,7 +21,7 @@ jobs:
21
python3 -m pip install poetry --user
22
- name: Install dependencies and build the project
23
run: |
24
- poetry install --no-dev
+ poetry install
25
poetry build
26
- name: Store the distribution packages
27
uses: actions/upload-artifact@v4
0 commit comments