We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a73c7 commit a36c197Copy full SHA for a36c197
1 file changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
run: poetry install --no-interaction --only main
27
28
- name: Build package
29
- run: poetry build
+ run: make package
30
31
- name: Store package
32
uses: actions/upload-artifact@v4
0 commit comments