Skip to content

Commit 0342b5b

Browse files
committed
Use build to build packages
1 parent f02d1ac commit 0342b5b

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
@@ -23,12 +23,12 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install -U pip
26-
python -m pip install -U setuptools twine wheel
26+
python -m pip install -U build setuptools setuptools-scm twine
2727
2828
- name: Build package
2929
run: |
30-
python setup.py --version
31-
python setup.py sdist --format=gztar bdist_wheel
30+
python -m setuptools_scm
31+
python -m build
3232
twine check dist/*
3333
3434
- name: Upload packages to Jazzband

0 commit comments

Comments
 (0)