We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2159b commit 6e41a01Copy full SHA for 6e41a01
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: 3.9
18
- name: Install twine
19
run: >-
20
- pip install twine
+ pip install -r requirements.txt
21
- name: Build a binary wheel and a source tarball
22
23
python setup.py sdist
0 commit comments