Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Sep 17, 2020
1 parent 49daed0 commit 2651dc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
poetry install
poetry run poetry-dynamic-versioning
poetry run build-ucc
poetry build
poetry publish -u ${TWINE_USERNAME} -p ${TWINE_PASSWORD}
poetry publish --build -u $TWINE_USERNAME -p $TWINE_PASSWORD
- save_cache:
key: poetry-{{ checksum "poetry.lock" }}
paths:
Expand Down

0 comments on commit 2651dc8

Please sign in to comment.