We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de2f35 commit b44e7f7Copy full SHA for b44e7f7
.github/workflows/python-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Install dependencies
57
run: |
58
python -m pip install --upgrade pip
59
- pip install -r dev_requirements/requirements-packaging.txt
+ pip install .[test-packaging]
60
- name: Build wheel and source distributions
61
62
python -m build
0 commit comments