Skip to content

Commit

Permalink
Merge pull request #128 from davidhewitt/main-tweaks
Browse files Browse the repository at this point in the history
main: tweaks from rename
  • Loading branch information
davidhewitt authored Mar 17, 2021
2 parents 5032088 + fbec6f3 commit 95d09ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ they were written in C.
## Setup

For a complete example, see
[html-py-ever](https://github.com/PyO3/setuptools-rust/tree/master/examples/html-py-ever).
[html-py-ever](https://github.com/PyO3/setuptools-rust/tree/main/examples/html-py-ever).

First, you need to create a bunch of files:

Expand Down Expand Up @@ -104,7 +104,7 @@ By default, `develop` will create a debug build, while `install` will create a r

### Binary wheels on linux

To build binary wheels on linux, you need to use the [manylinux docker container](https://github.com/pypa/manylinux). You also need a `build-wheels.sh` similar to [the one in the example](https://github.com/PyO3/setuptools-rust/blob/master/html-py-ever/build-wheels.sh), which will be run in that container.
To build binary wheels on linux, you need to use the [manylinux docker container](https://github.com/pypa/manylinux). You also need a `build-wheels.sh` similar to [the one in the example](https://github.com/PyO3/setuptools-rust/blob/main/html-py-ever/build-wheels.sh), which will be run in that container.

First, pull the `manylinux2014` Docker image:

Expand Down Expand Up @@ -149,5 +149,5 @@ To build `universal2` wheels set the `ARCHFLAGS` environment variable to contain
extensions.
- tomlgen\_rust - Automatically generate a Cargo.toml manifest based
on Python package metadata. See the [example
project](https://github.com/PyO3/setuptools-rust/tree/master/examples/tomlgen)
project](https://github.com/PyO3/setuptools-rust/tree/main/examples/tomlgen)
on GitHub for more information about this command.

0 comments on commit 95d09ae

Please sign in to comment.