You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAINTENANCE.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,12 @@ To avoid human error, it is recommended to use the
41
41
the `deploy` extra requirements. To manually bump the version, run `bump2version <part>`,
42
42
where `<part>` is either `major`, `minor`, or `patch`.
43
43
44
-
**Note:** It is **not** recommended to run this tool manually. Instead, this step hasbeen automated
45
-
as part of the ["Deploy to PyPI" Github Action](.github/workflows/deploy.yml). See below for details.
44
+
**Note:** It is **not** recommended to run this tool manually. Instead, this step has
45
+
been automated as part of the ["Deploy to PyPI" Github Action](.github/workflows/deploy.yml).
46
+
To push the version-bumped commit back to the repo, the action requires more permissions
47
+
than the [default `GITHUB_TOKEN` provides](https://github.com/zeromq/pyre/pull/155#issuecomment-861020168).
48
+
Instead, it [requires a personal access token](https://docs.github.com/en/actions/reference/authentication-in-a-workflow#granting-additional-permissions)
49
+
(PAT; stored and accessed as the `PERSONAL_ACCESS_TOKEN` secret). See below for further details.
0 commit comments