Skip to content

Commit

Permalink
Install AutoPub from test PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jul 20, 2019
1 parent 68c4b88 commit 1532682
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ script: pytest
before_deploy:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_terminate 0; fi'
- pip install githubrelease
- pip install --pre autopub
- pip install --index-url https://test.pypi.org/simple/ --pre autopub
- autopub check
- >-
openssl aes-256-cbc
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: patch

Install AutoPub from test PyPI.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup


version = "0.1.2"
version = "0.1.3"

entry_points = {
"console_scripts": [
Expand Down

0 comments on commit 1532682

Please sign in to comment.