Skip to content

Commit

Permalink
Merge pull request numba#7801 from esc/umask_reminder
Browse files Browse the repository at this point in the history
add sdist command and umask reminder
  • Loading branch information
sklam authored Feb 11, 2022
2 parents 1551d9b + 41b7c6a commit f5e0e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/first_rc_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ labels: task
* [ ] Build and upload conda packages on buildfarm (check "upload").
* [ ] Build wheels (`$PYTHON_VERSIONS`) on the buildfarm.
* [ ] Verify packages uploaded to Anaconda Cloud and move to `numba/label/main`.
* [ ] Build sdist locally using `python setup.py sdist --owner=ci --group=numba` with umask `0022`.
* [ ] Upload wheels and sdist to PyPI (upload from `ci_artifacts`).
* [ ] Verify wheels for all platforms arrived on PyPi.
* [ ] Initialize and verify ReadTheDocs build.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/sub_rc_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ labels: task
* [ ] Verify packages uploaded to Anaconda Cloud and move to
`numba/label/main`.
* [ ] Build wheels (`$PYTHON_VERSIONS`) on the buildfarm.
* [ ] Build sdist locally using `python setup.py sdist --owner=ci --group=numba` with umask `0022`.
* [ ] Upload wheels and sdist to PyPI (upload from `ci_artifacts`).
* [ ] Verify wheels for all platforms arrived on PyPi.
* [ ] Verify ReadTheDocs build.
Expand Down

0 comments on commit f5e0e83

Please sign in to comment.