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 8d01e81 commit 4052c58Copy full SHA for 4052c58
.github/workflows/python-publish.yaml
@@ -24,10 +24,10 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install setuptools wheel twine pbr
+ pip install .[build]
28
- name: Build sdist and wheel
29
30
- python setup.py sdist bdist_wheel
+ python -m build
31
- name: Publish distribution to PyPI
32
# This condition prevents PRs from being published as part of
33
# the test job.
0 commit comments