We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcdc8a commit 7c7a32aCopy full SHA for 7c7a32a
1 file changed
.github/workflows/python-package-release.yml
@@ -54,7 +54,7 @@ jobs:
54
python -m pip install --upgrade pip
55
python -m pip install flake8 pytest pytest-cov
56
python -m pip install -r requirements.txt
57
- python -m pip install twine
+ python -m pip install build twine
58
59
- name: Build
60
shell: bash
0 commit comments