Skip to content

Formatting new_release_checklist #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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