mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Simplify
This commit is contained in:
parent
d42fd94fa2
commit
6b1235a3ab
1 changed files with 2 additions and 1 deletions
3
tasks.py
3
tasks.py
|
|
@ -44,8 +44,9 @@ def release(version):
|
|||
update_version("docs/conf.py", "release", version)
|
||||
|
||||
invoke.run("git commit -am 'Bump version numbers for release.'")
|
||||
invoke.run("git push")
|
||||
invoke.run("git tag -s {}".format(version))
|
||||
invoke.run("git push --all --tags")
|
||||
invoke.run("git push --tags")
|
||||
|
||||
invoke.run("python setup.py sdist bdist_wheel")
|
||||
invoke.run("twine upload -s dist/cryptography-{}*".format(version))
|
||||
|
|
|
|||
Loading…
Reference in a new issue