Skip to content

Commit 179127c

Browse files
committed
Updated checklist int the context of the new build system
1 parent bcfaedb commit 179127c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ assignees: ''
1111
- [ ] Commit all changes
1212
- [ ] Ensure unit tests pass in live environment
1313
- [ ] Merge into master
14+
- [ ] Run bandit and safety
1415
- [ ] Build docker images and make sure runnable unit tests pass
1516
- docker build . -t talkpipe:experimental
1617
- [ ] Tag repository
1718
- [ ] Build whl files
1819
- [ ] Install whl file in new environment and test a script in chatterlang_workbench
1920
- [ ] Run examples in the tutorials
20-
- [ ] Push to pypi
21-
- twine upload --repository talkpipe dist/*
2221
- [ ] Push code to repo
2322
- [ ] Push tags to repo
23+
- [ ] Make sure everything passes on github
24+
- [ ] Create a release on github

0 commit comments

Comments
 (0)