Skip to content

Commit c0ea398

Browse files
committed
Use build package with poetry-core
1 parent 759c419 commit c0ea398

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
with:
2626
python-version: ${{ env.PYTHON_VERSION }}
2727

28-
- name: Install Poetry
29-
run: pip install poetry-core==${{ env.POETRY_CORE_VERSION }}
30-
3128
- name: Build release distributions
32-
run: poetry build
29+
run: |
30+
python -m pip install build poetry-core==${{ env.POETRY_CORE_VERSION }}
31+
python -m build
3332
3433
- name: Upload distributions
3534
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)