We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1149420 commit cc42a1bCopy full SHA for cc42a1b
.github/workflows/python-publish.yml
@@ -21,8 +21,11 @@ jobs:
21
# Used to host cibuildwheel
22
- uses: actions/setup-python@v2
23
24
+ - name: Install package
25
+ run: python -m pip install -U .
26
+
27
- name: Install cibuildwheel
- run: python -m pip install -U setuptools wheel pip .
28
+ run: python -m pip install -U setuptools wheel pip
29
30
- name: Build wheels
31
run: python setup.py sdist
0 commit comments