File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,16 @@ version_info = tuple(parts)
251
251
252
252
_Note_ The check release action needs ` contents: write` [permission](https://docs.github.com/en/actions/reference/authentication-in-a-workflow#modifying-the-permissions-for-the-github_token).
253
253
254
+ - [ ] If you would like the release assets to be uploaded as artifacts, add the following step after the `check_release` action :
255
+
256
+ ` ` ` yaml
257
+ - name: Upload Distributions
258
+ uses: actions/upload-artifact@v2
259
+ with:
260
+ name: jupyter-releaser-dist-${{ github.run_number }}
261
+ path: .jupyter_releaser_checkout/dist
262
+ ` ` `
263
+
254
264
- [ ] Update or add `RELEASE.md` that describes the onboarding and release process, e.g.
255
265
256
266
` ` ` markdown
You can’t perform that action at this time.
0 commit comments