Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
49ef87f8c9 [.zip] | [.tar.gz] | 2 years ago |
|
ecc1b3bd8d [.zip] | [.tar.gz] | 2 years ago |
|
55ae3544d5 [.zip] | [.tar.gz] | 2 years ago |
|
de7c42fe8f [.zip] | [.tar.gz] | 2 years ago |
|
34fa1b4502 [.zip] | [.tar.gz] | 2 years ago |
4 changed files with 40 additions and 5 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
Steps to publish to PyPI: |
||||
|
||||
1) run `make test` |
||||
2) update version in setup.py |
||||
3) Tag the current release in git to match the version in setup.py |
||||
git tag -a 1.2.0 -m 'Release 1.2.0' |
||||
4) commit any pending changes to git |
||||
git add . |
||||
git commit -m 'commit changes' |
||||
git push origin 1.2.0 |
||||
5) test publish |
||||
./publish.sh test |
||||
6) publish to PyPI |
||||
./publish.sh pypi |
||||
|
Loading…
Reference in new issue