Skip to content

Commit 5e0b8b1

Browse files
committed
DOC: Update HOW_TO_RELEASE
1 parent d10c358 commit 5e0b8b1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

HOW_TO_RELEASE.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ The next step is to create a tag with the same name as the version just added. T
1818

1919
### Test the release builds
2020

21-
1. Create a draft PR at https://github.com/pyproj4/pyproj-wheels and verify tests pass.
21+
1. Check the wheels built at https://github.com/pyproj4/pyproj using GitHub Actions.
2222
2. Create a draft PR at https://github.com/conda-forge/pyproj-feedstock and verify tests pass.
23-
3. Check the wheels built at https://github.com/pyproj4/pyproj using GitHub Actions.
24-
4. Verify Debian builds were successful.
23+
3. Verify Debian builds were successful.
2524
4. Verify Fedora builds were successful.
2625
5. Verify the docs build successfully.
2726

@@ -41,10 +40,7 @@ Next, go through the history and add release notes (see: [automatically generate
4140

4241
### The wheels
4342

44-
Most of the wheels are tested with each merge to main and uploaded to pypi on release in GitHub Actions. However, the arm64 wheels are built separately. This provides instructions for those wheels:
45-
46-
1. linux arm64: Update the PR at https://github.com/pyproj4/pyproj-wheels with the release tag & merge. The wheels will automatically upload to pypi when the CI runs succeed.
47-
2. macos arm64: Download the release wheel artifacts from the Cirrus CI build and upload manually to pypi.
43+
The wheels are tested with each merge to main and uploaded to https://pypi.anaconda.org/scientific-python-nightly-wheels/simple in GitHub Actions. They are uploaded to pypi on pre-release and release in GitHub Actions.
4844

4945
### Verify conda-forge build is correct
5046

0 commit comments

Comments
 (0)