We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8143b61 commit 20a7b0cCopy full SHA for 20a7b0c
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
10
- name: install dependencies & build
11
run: |
12
- python3 -m pip install setuptools build wheel
+ pip3 install setuptools wheel
13
python3 setup.py sdist bdist_wheel
14
15
- name: publish to Test PyPi
0 commit comments