We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b269ca commit 5fd8371Copy full SHA for 5fd8371
.github/workflows/development.yaml
@@ -44,7 +44,8 @@ jobs:
44
echo "EOF" >> $GITHUB_ENV
45
- name: Build pip artifacts
46
run: |
47
- python3 setup.py bdist_wheel sdist
+ python3 -m pip install build
48
+ python3 -m build .
49
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
50
- if: matrix.py_ver == '3.9' && matrix.distro == 'debian'
51
name: Add pip artifacts
0 commit comments