We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a240f5 commit bbcbe9dCopy full SHA for bbcbe9d
2 files changed
.travis.yml
@@ -9,11 +9,3 @@ install:
9
script:
10
- flake8 fig
11
- 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
@@ -91,3 +91,8 @@ The easiest way to do this is to use the `--signoff` flag when committing. E.g.:
91
5. Publish GitHub release, creating tag
92
93
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