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

Commit

Permalink
Update release_process.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
hauntsaninja and hugovk committed Oct 11, 2021
1 parent dea470d commit e09a4d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
2. Make a git tag pointing to this commit with the version number as the name
of the tag.
3. Push the commit and the tag.
4. Wait for the Github Actions build to complete.
5. Download all assets from the release made by the Github build.
6. Compare the wheels produced to previous release of typed-ast to make sure
4. Wait for the GitHub Actions build to complete.
5. Download all assets from the release made by the GitHub build.
6. Compare the wheels produced with the previous release of typed-ast to make sure
you have the full matrix.
7. If possible, verify the final `typed_ast` wheels work on Windows, MacOS,
7. If possible, verify the final `typed_ast` wheels work on Windows, macOS,
and Linux platforms.
8. Upload the sdist and wheels to PyPI with `twine upload dist/*`.
9. Make a commit which bumps the bugfix version and adds back the `.dev0`
Expand Down

0 comments on commit e09a4d2

Please sign in to comment.