We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44e7f7 commit ba8d61eCopy full SHA for ba8d61e
.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 .[test-packaging]
+ pip install .[packaging]
60
- name: Build wheel and source distributions
61
62
python -m build
0 commit comments