Skip to content

Commit

Permalink
Merge pull request #5 from boyuanzz/drop_rc_tag
Browse files Browse the repository at this point in the history
Drop RC tag to simplify uploading artifacts to PyPi
  • Loading branch information
pabloem committed Sep 11, 2018
2 parents bb082d1 + dcbd959 commit 8b8bdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -57,9 +57,6 @@ script:

after_success:
- ls -lh ${TRAVIS_BUILD_DIR}/wheelhouse/
- |
for artifact in ${TRAVIS_BUILD_DIR}/wheelhouse/*.*; do
mv $artifact ${artifact/$VERSION/$VERSION.$RC};
done

- source deploy_travis.sh
- deploy
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ There are 2 major parts in this repository.

* In travis build console > More options > Settings > Environment Variables:

* Add `RC` and `VERSION` with 'Display value in build log' enabled (e.g. RC=rc1, VERSION=2.6.0).
* Add `VERSION` with 'Display value in build log' enabled (e.g.VERSION=2.6.0).
* Add `APACHE_USERNAME` and `APACHE_SECRET` with 'Display value in build log' disabled(which encrypt your credential).

__NOTE__: If you have special characters in your credential, please escape them following the [guide](https://docs.travis-ci.com/user/encryption-keys/#note-on-escaping-certain-symbols) properly.
Expand Down

0 comments on commit 8b8bdda

Please sign in to comment.