File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,15 @@ increasing the MSRV make sure to set it everywhere to the same value:
7171## Making a new release
7272
7373First make sure the release workflow works; since we've hard-coded runner image
74- and action versions, it's possible that the workflow must be updated. To check
75- whether that's the case, go to
76- < https://github.com/NNPDF/pineappl/actions/workflows/release.yml > and click the
77- 'Run workflow' button, then click the 'Run workflow' button. This will not
78- upload anything. Wait for the 'Release' action to finish, and fix problems in a
79- separate branch.
74+ and action versions, it's possible that the workflow must be updated if these
75+ images don't exist anymore. To check whether that's the case, manually trigger
76+ the following workflows:
77+
78+ - < https://github.com/NNPDF/pineappl/actions/workflows/release-wheels.yaml >
79+ - < https://github.com/NNPDF/pineappl/actions/workflows/release-cli-wheels.yaml >
80+
81+ This will not upload anything. Wait for the actions to finish, and fix problems
82+ in a separate branch.
8083
8184Next, go to the ` maintainers ` directory, run
8285
You can’t perform that action at this time.
0 commit comments