We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478624c commit 81228e3Copy full SHA for 81228e3
1 file changed
.github/workflows/pypi.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- python -m pip install python-build twine
+ python -m pip install build twine
26
27
- name: Build tarball and wheels
28
0 commit comments