Skip to content

Commit 0f550f8

Browse files
update release process
1 parent f24a513 commit 0f550f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

developer-notes/release_process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Steps for Releasing a New Version
1414
* `./setup.py build_ext --inplace`
1515
* `./setup.py sdist`
1616
* Git commit / tag & sign
17-
* `gpg --detach-sign --local-user "Thomas Waldmann" --armor --output dist/<file>.tar.gz.asc dist/<file>.tar.gz`
18-
* `twine upload dist/<file>.tar.gz`
17+
* `util/sdist-sign 1.2.3`
18+
* `util/upload-pypi 1.2.3`
1919
* Send announcement to mailing list
2020
* Get contributors: `git log --pretty="format:%an <%aE>" "${PREV_TAG}..${TAG}" | sort -u`
2121

0 commit comments

Comments
 (0)