Skip to content

Commit 0047759

Browse files
committed
Update release recommendations
1 parent 24ef742 commit 0047759

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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

7373
First 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

8184
Next, go to the `maintainers` directory, run
8285

0 commit comments

Comments
 (0)