-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f06246
commit 19d2a6f
Showing
1 changed file
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,6 @@ jobs: | |
- name: Install cibuildwheel and other dependencies | ||
run: python -m pip install cibuildwheel==2.17.0 build wheel setuptools | ||
|
||
# - name: Build sdist | ||
# run: pipx run build --sdist --outdir wheelhouse | ||
# if: runner.os == 'Windows' | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected] # run: python -m cibuildwheel --output-dir wheelhouse | ||
# to supply options, put them in 'env', like: | ||
|