Skip to content

Commit f128956

Browse files
committed
Use build instead of calling setup.py
Signed-off-by: Aarni Koskela <[email protected]>
1 parent bd164f9 commit f128956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
python-version: '3.x'
2828

29-
- name: Generate Pacakge
29+
- name: Generate Package
3030
run: |
31-
pip3 install setuptools wheel
32-
python setup.py sdist bdist_wheel
31+
pip3 install build
32+
python -m build .
3333
env:
3434
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
3535

0 commit comments

Comments
 (0)