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 889efa5 commit e7bef1eCopy full SHA for e7bef1e
.github/workflows/python-publish.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Install dependencies
59
run: |
60
python -m pip install --upgrade pip
61
- pip install .[test_packaging]
+ pip install './.[test_packaging]'
62
- name: Build wheel and source distributions
63
64
python -m build
0 commit comments