Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Boeckenhoff
tfields
Commits
ed9ad5f7
Commit
ed9ad5f7
authored
May 25, 2018
by
Daniel Böckenhoff
Browse files
Merge branch 'master' of
https://gitlab.mpcdf.mpg.de/dboe/tfields
parents
9accd071
cd583406
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ed9ad5f7
...
...
@@ -4,7 +4,8 @@ Publishing:
remember to change the version in setup(... ) below
$ git commit -am "<my message>"
$ git push
$ git tag -a v<my.version.id> -m "<comment to my version>"
$ git tag -a v<my.version.id> -m "<comment to my version>" # tag version
$ git push origin v<my.version.id> # explicitly push tag to the shared server
$ python setup.py sdist
$ twine upload dist/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment