From 1532682979c5c75d042f3507d6d64b5aae2cb04f Mon Sep 17 00:00:00 2001 From: botpub Date: Sat, 20 Jul 2019 08:23:23 +0200 Subject: [PATCH] Install AutoPub from test PyPI --- .travis.yml | 2 +- RELEASE.md | 3 +++ setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 RELEASE.md diff --git a/.travis.yml b/.travis.yml index 1d43009..962dbe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..861c4aa --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,3 @@ +Release type: patch + +Install AutoPub from test PyPI. diff --git a/setup.py b/setup.py index cbed167..d621e2c 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -version = "0.1.2" +version = "0.1.3" entry_points = { "console_scripts": [