Skip to content

Commit bbcbe9d

Browse files
committed
Upload PyPi package manually
This never worked properly anyway. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
1 parent 1a240f5 commit bbcbe9d

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,3 @@ install:
99
script:
1010
- flake8 fig
1111
- nosetests tests/unit
12-
deploy:
13-
provider: pypi
14-
user: orchard
15-
password:
16-
secure: M8UMupCLSsB1hV00Zn6ra8Vg81SCFBpbcRsa0nUw9kgXn9hOCESWYVHTqQ1ksWZOa8z6WMaqYtoosPKXGJQNf0wF/kEVDsMUeaZWOF/PqDkx1EwQ1diVfwlbN4/k0iX+Se7SrZfiWnJiAqiIPqToQipvLlJohqf8WwfPcVvILVE=
17-
on:
18-
tags: true
19-
repo: orchardup/fig

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ The easiest way to do this is to use the `--signoff` flag when committing. E.g.:
9191
5. Publish GitHub release, creating tag
9292

9393
6. Update website with `script/deploy-docs`
94+
95+
7. Upload PyPi package
96+
97+
$ git checkout $VERSION
98+
$ python setup.py sdist upload

0 commit comments

Comments
 (0)