We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7336bd commit 0cab669Copy full SHA for 0cab669
.github/workflows/test_and_release.yml
@@ -41,7 +41,7 @@ jobs:
41
python-version: 3.11
42
- name: Install deps
43
run: |
44
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip build
45
pip install setuptools wheel twine
46
- name: Build a binary wheel and a source tarball
47
0 commit comments