We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928156c commit 2e1691fCopy full SHA for 2e1691f
.github/workflows/release-package.yml
@@ -22,6 +22,7 @@ jobs:
22
23
- name: Install build tools
24
run: |
25
+ python -m pip install --upgrade pip
26
pip install --upgrade build
27
28
- name: Build a binary wheel and source tarball
0 commit comments