-
Notifications
You must be signed in to change notification settings - Fork 25
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
Showing
1 changed file
with
2 additions
and
0 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 |
---|---|---|
|
@@ -82,6 +82,7 @@ jobs: | |
# This bit is crucial since it's used to match up to a component of the wheel-file name | ||
python -m pip install setuptools | ||
python -c 'from distutils import util; print("distutil.util.get_platform:", util.get_platform())' | ||
python -c 'import platform; print("platform.platform()", platform.platform()) | ||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
with: | ||
|
@@ -178,6 +179,7 @@ jobs: | |
# This bit is crucial since it's used to match up to a component of the wheel-file name | ||
python -m pip install setuptools | ||
python -c 'from distutils import util; print("distutil.util.get_platform:", util.get_platform())' | ||
python -c 'import platform; print("platform.platform()", platform.platform()) | ||
- name: Install wheel | ||
run: | | ||
set -x | ||
|