We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfaedb commit 179127cCopy full SHA for 179127c
.github/ISSUE_TEMPLATE/release-checklist.md
@@ -11,13 +11,14 @@ assignees: ''
11
- [ ] Commit all changes
12
- [ ] Ensure unit tests pass in live environment
13
- [ ] Merge into master
14
+- [ ] Run bandit and safety
15
- [ ] Build docker images and make sure runnable unit tests pass
16
- docker build . -t talkpipe:experimental
17
- [ ] Tag repository
18
- [ ] Build whl files
19
- [ ] Install whl file in new environment and test a script in chatterlang_workbench
20
- [ ] Run examples in the tutorials
-- [ ] Push to pypi
21
- - twine upload --repository talkpipe dist/*
22
- [ ] Push code to repo
23
- [ ] Push tags to repo
+- [ ] Make sure everything passes on github
24
+- [ ] Create a release on github
0 commit comments