Skip to content

Commit

Permalink
Merge pull request #78 from thc202/rm-rel-sign
Browse files Browse the repository at this point in the history
Update release instructions
  • Loading branch information
kingthorin committed Jul 17, 2023
2 parents 1359452 + 47ed01f commit eb27459
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ Build the distribution (source and wheel) files:

python setup.py sdist bdist_wheel --universal

Sign the distribution files:

gpg --detach-sign -a dist/python-owasp-zap-v2.4-0.0.X.tar.gz
gpg --detach-sign -a dist/python_owasp_zap_v2.4-0.0.X-py2.py3-none-any.whl

Upload to PyPi:

pip install twine
twine upload \
dist/python-owasp-zap-v2.4-0.0.X.tar.gz dist/python-owasp-zap-v2.4-0.0.X.tar.gz.asc \
dist/python_owasp_zap_v2.4-0.0.X-py2.py3-none-any.whl dist/python_owasp_zap_v2.4-0.0.X-py2.py3-none-any.whl.asc
dist/python-owasp-zap-v2.4-0.0.X.tar.gz \
dist/python_owasp_zap_v2.4-0.0.X-py2.py3-none-any.whl

The user must have permissions to upload to the `python-owasp-zap-v2.4` package.

0 comments on commit eb27459

Please sign in to comment.