We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87dcf8 commit 98e3831Copy full SHA for 98e3831
1 file changed
.github/workflows/python-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install dependencies
53
run: |
54
python -m pip install --upgrade pip
55
- pip install -r dev_requirements/requirements-test_packaging.txt
+ pip install .[test_packaging]
56
- name: Build wheel and source distributions
57
58
python -m build
0 commit comments