We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebfc16 commit b570eefCopy full SHA for b570eef
1 file changed
.github/workflows/publish_to_pypi.yml
@@ -17,8 +17,8 @@ jobs:
17
run: >-
18
python3 -m
19
pip install
20
- pip install . # abb
21
build
+ . # abb
22
--user
23
- name: Build a binary wheel and a source tarball
24
run: python3 -m build
0 commit comments