Skip to content

Commit bb1b802

Browse files
committed
ci: using poetry build instead of
1 parent f48b5eb commit bb1b802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: >-
2020
python3 -m pip install build --user
2121
- name: 🛠️ Build Source and Binary Distributions
22-
run: python3 -m build
22+
run: poetry build
2323
- name: 📤 Upload Distribution Artifacts
2424
uses: actions/upload-artifact@v4
2525
with:

0 commit comments

Comments
 (0)