mirror of https://github.com/docker/compose.git
Upload PyPi package manually
This never worked properly anyway. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
1a240f50ae
commit
bbcbe9df9f
|
@ -9,11 +9,3 @@ install:
|
|||
script:
|
||||
- flake8 fig
|
||||
- nosetests tests/unit
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: orchard
|
||||
password:
|
||||
secure: M8UMupCLSsB1hV00Zn6ra8Vg81SCFBpbcRsa0nUw9kgXn9hOCESWYVHTqQ1ksWZOa8z6WMaqYtoosPKXGJQNf0wF/kEVDsMUeaZWOF/PqDkx1EwQ1diVfwlbN4/k0iX+Se7SrZfiWnJiAqiIPqToQipvLlJohqf8WwfPcVvILVE=
|
||||
on:
|
||||
tags: true
|
||||
repo: orchardup/fig
|
||||
|
|
|
@ -91,3 +91,8 @@ The easiest way to do this is to use the `--signoff` flag when committing. E.g.:
|
|||
5. Publish GitHub release, creating tag
|
||||
|
||||
6. Update website with `script/deploy-docs`
|
||||
|
||||
7. Upload PyPi package
|
||||
|
||||
$ git checkout $VERSION
|
||||
$ python setup.py sdist upload
|
||||
|
|
Loading…
Reference in New Issue