Skip to content

Commit f607076

Browse files
authored
Merge pull request #130 from pusher/remove-package-upload-steps
Remove package upload steps
2 parents 40533d5 + 65cae39 commit f607076

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -400,18 +400,6 @@ Limit event name length to 200 chars | ✔
400400

401401
To run the tests run `python setup.py test`
402402

403-
## Making a release
404-
405-
* Update the CHANGELOG.md file. `git changelog` from the
406-
[git-extras](https://github.com/tj/git-extras/blob/master/Commands.md#git-changelog) package can be useful to pull commits from the release.
407-
* Update the version in version.py
408-
* `git tag v$VERSION`
409-
* `git push && git push --tags`
410-
* `make` - publishes to pypi
411-
412-
If you get the `error: invalid command 'bdist_wheel'` message on the last step
413-
`pip install wheel` and re-run `make`.
414-
415403
## License
416404

417405
Copyright (c) 2015 Pusher Ltd. See LICENSE for details.

0 commit comments

Comments
 (0)