We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841489c commit b4b0298Copy full SHA for b4b0298
.github/workflows/deployment.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install tox wheel
+ pip install tox build
28
29
- name: Deployment Tests
30
env:
@@ -34,9 +34,8 @@ jobs:
34
35
tox -e testcore
36
37
- - name: Build Python source tarball
38
- # run: python setup.py sdist bdist_wheel
39
- run: python setup.py sdist
+ - name: Build Python distributions
+ run: python -m build
40
41
- name: Publish package to PyPI
42
if: ${{ github.ref == 'refs/heads/master' }}
0 commit comments