Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions new_release_checklist.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# To draft a new release

Requirements:
+ pip install build
+ pip install twine
+ `pip install build`
+ `pip install twine`

1) Update `ciw/version.py`
2) Update CHANGES.rst
3) Push to GitHub and draft new release on GitHub
4) Build distribution with: `python -m build`
5) Push to PyPI with: `twine upload --repository-url https://upload.pypi.org/legacy/ dist/*`
1) Update `ciw/version.py`.
2) Update `CHANGES.rst`.
3) Push to GitHub and draft new release on GitHub.
4) Build distribution with: `python -m build`.
5) Push to PyPI with: `twine upload --repository-url https://upload.pypi.org/legacy/ dist/*`.
Loading