Skip to content

Commit 5fd8371

Browse files
committed
Use build instead of setup.py in CI
1 parent 7b269ca commit 5fd8371

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/development.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
echo "EOF" >> $GITHUB_ENV
4545
- name: Build pip artifacts
4646
run: |
47-
python3 setup.py bdist_wheel sdist
47+
python3 -m pip install build
48+
python3 -m build .
4849
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
4950
- if: matrix.py_ver == '3.9' && matrix.distro == 'debian'
5051
name: Add pip artifacts

0 commit comments

Comments
 (0)