Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
falox committed Jan 30, 2021
1 parent 23eaabf commit 9886a63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ script:
- pytest -v --cov-report term --cov=gym_adserver/envs
after_success:
- codecov
before_deploy:
- python setup.py sdist bdist_wheel
- ls -l dist/
deploy:
provider: pypi
user: "__token__"
password:
secure: "6fUSHZlvdzRh9YCVtF2PImQ6BL15StMxK6H2boLRhwj8S3RqAHUXzpBY7FLRR17BNvhAaQnRR5qhsRq0OTaUhYuYdrpqPPtItf933Ho8HcUJL5deAYjKBcRafJzugkZFxmYEFUCagVFCi/rrT/QNOHlDxQeEWn4vHHBATjQMXrmN4BSb9IQcVDpMbuSlzmdmIIBRMposPBvm/MyxqJ8QSK4fhss6yeytiHGcb6pPss07EXqgGColCjRUE3+kRTh8/Na7guZCZazC2IM0b+6EpQInSbHjjVUeG7GCCFgaHwp60Ht4VYd6S5yQHQOamOJNqL4hJRyVyJtVg0fnI5ZpDivAuV/OR08jjNT8FnON2t5ChvyWMly4tyrGdZCSWrEp4jf0enTmsAVXijwyjMna/Oodvpe2KPSAwitwiT48tWv769xZw5drXPg7RTrnpc8LCRbqAweg1wDcJl8a8GDVxfHaAdXZ4BH9m8a9e4TOBB9U9U3Jryc9CSI41AS+bmmGUxHxgbctBrBnoHNKq/GkqwlrFprkByAXTwTdSFYxmqBLlkM0/2+JEzFwFdxcoH9XuEeQeLv/9jmf5DK9d6960fFvhmRhSB0NhzsUrdLv8fRyc4YKavH48DZr4uxX1W4sPJ/ZBBCleLj//bQ5Gg6/KIR4VxHZNj0ryKTiG6c0BbE="
distributions: sdist bdist_wheel
skip_cleanup: true
on:
tags: true
branch: master
distributions: bdist_wheel
repo: falox/gym-adserver
skip_cleanup: 'true'
repo: falox/gym-adserver
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='gym_adserver',
version='1.0.1',
version='1.0.2',
packages=find_packages(),
license='MIT',
description='An OpenAI gym environment for ad serving algorithms.',
Expand Down

0 comments on commit 9886a63

Please sign in to comment.