We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870ec37 commit 801f637Copy full SHA for 801f637
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
python-version: "3.x"
29
- name: Install pypa/build
30
- run: python3 -m pip install build--user
+ run: python3 -m pip install build --user
31
- name: Build a binary wheel and a source tarball
32
run: python3 -m build
33
- name: Store the distribution packages
0 commit comments