Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit e09a4d2

Browse files
hauntsaninjahugovk
andauthored
Update release_process.md
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent dea470d commit e09a4d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release_process.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
2. Make a git tag pointing to this commit with the version number as the name
99
of the tag.
1010
3. Push the commit and the tag.
11-
4. Wait for the Github Actions build to complete.
12-
5. Download all assets from the release made by the Github build.
13-
6. Compare the wheels produced to previous release of typed-ast to make sure
11+
4. Wait for the GitHub Actions build to complete.
12+
5. Download all assets from the release made by the GitHub build.
13+
6. Compare the wheels produced with the previous release of typed-ast to make sure
1414
you have the full matrix.
15-
7. If possible, verify the final `typed_ast` wheels work on Windows, MacOS,
15+
7. If possible, verify the final `typed_ast` wheels work on Windows, macOS,
1616
and Linux platforms.
1717
8. Upload the sdist and wheels to PyPI with `twine upload dist/*`.
1818
9. Make a commit which bumps the bugfix version and adds back the `.dev0`

0 commit comments

Comments
 (0)