Skip to content

Commit a36c197

Browse files
committed
Switched to make command.
1 parent 61a73c7 commit a36c197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: poetry install --no-interaction --only main
2727

2828
- name: Build package
29-
run: poetry build
29+
run: make package
3030

3131
- name: Store package
3232
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)