Skip to content

Commit

Permalink
Merge pull request #165 from jtpio/upload-assets-readme
Browse files Browse the repository at this point in the history
Document uploading release assets as artifacts
  • Loading branch information
Steven Silvester authored Sep 16, 2021
2 parents 527dc48 + 1e173a1 commit 70f48ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,16 @@ version_info = tuple(parts)
_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).

- [ ] If you would like the release assets to be uploaded as artifacts, add the following step after the `check_release` action:

```yaml
- name: Upload Distributions
uses: actions/upload-artifact@v2
with:
name: jupyter-releaser-dist-${{ github.run_number }}
path: .jupyter_releaser_checkout/dist
```

- [ ] Update or add `RELEASE.md` that describes the onboarding and release process, e.g.

```markdown
Expand Down

0 comments on commit 70f48ae

Please sign in to comment.