We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cd403 commit 7bc7025Copy full SHA for 7bc7025
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-packaging.txt
+ pip install -r dev_requirements/requirements-test_packaging.txt
56
- name: Build wheel and source distributions
57
58
python -m build
0 commit comments