Skip to content

Commit

Permalink
CONTRIBUTING.md: also upload *.whl to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Dec 1, 2017
1 parent e7ff7f5 commit b67a73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The process to release a new version is:
4. Run `make release`
5. Commit the changes and tag the commit like `v1.0.0`.
6. `git push --tags origin master`
7. Run `twine upload --skip-existing dist/*.tar.gz` to upload the new version
to PyPI
7. Run `twine upload --skip-existing dist/*.tar.gz dist/*.whl` to upload the
new version to PyPI
8. Upload the resulting Debian package, binary (inside the `dist` directory),
and sha256sums file to a new [GitHub
release](https://github.com/Yelp/dumb-init/releases)

0 comments on commit b67a73d

Please sign in to comment.