-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from ssc-oscar/python2-compat
fix: Python2 build
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 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
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
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 |
---|---|---|
|
@@ -96,9 +96,9 @@ a special Docker image, and is automated via GitHub action. | |
To build package locally, | ||
|
||
#. clone the corresponding GitHub action repository, | ||
`git clone [email protected]:RalfG/python-wheels-manylinux-build.git`, | ||
#. check out the desired tag if necessary, e.g. `git checkout v0.3.3` | ||
#. build Docker image: `docker build -t manylinux2010 .` | ||
`git clone [email protected]:user2589/python-wheels-manylinux-build.git`, | ||
#. check out the desired tag if necessary, e.g. `git checkout v0.3.4` | ||
#. build Docker image: `docker build -t ython-wheels-manylinux-build .` | ||
#. run the image: `make build_manylinux` | ||
|
||
|
||
|