Skip to content

Commit 95d09ae

Browse files
authored
Merge pull request #128 from davidhewitt/main-tweaks
main: tweaks from rename
2 parents 5032088 + fbec6f3 commit 95d09ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77

88
jobs:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ they were written in C.
1313
## Setup
1414

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

1818
First, you need to create a bunch of files:
1919

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

105105
### Binary wheels on linux
106106

107-
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.
107+
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.
108108

109109
First, pull the `manylinux2014` Docker image:
110110

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

0 commit comments

Comments
 (0)