mirror of
https://github.com/docker/compose.git
synced 2025-07-29 16:44:20 +02:00
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:
|
script:
|
||||||
- flake8 fig
|
- flake8 fig
|
||||||
- nosetests tests/unit
|
- 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
|
5. Publish GitHub release, creating tag
|
||||||
|
|
||||||
6. Update website with `script/deploy-docs`
|
6. Update website with `script/deploy-docs`
|
||||||
|
|
||||||
|
7. Upload PyPi package
|
||||||
|
|
||||||
|
$ git checkout $VERSION
|
||||||
|
$ python setup.py sdist upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user