We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f49068 commit 293617dCopy full SHA for 293617d
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install setuptools wheel twine
+ pip install wheel twine build
25
pip install -r requirements.txt
26
pip install -e .
27
- name: Build and publish
0 commit comments