Skip to content

Commit

Permalink
hotfix: account for issue #1843 on poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Jan 9, 2020
1 parent ede5622 commit 6a648a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
- flake8 dcicutils
- travis_wait coverage run -m pytest -vv test
- coveralls
before_deploy:
- poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
deploy:
provider: script
script: poetry publish --build
script: poetry publish --build --username=$PYPI_USER --password=$PYPI_PASSWORD
on:
tags: true
after_success:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicutils"
version = "0.9.0"
version = "0.9.1"
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["William Ronchetti <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6a648a3

Please sign in to comment.