Skip to content

Commit

Permalink
Fixed incorrect twine docker image in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Apr 4, 2019
1 parent 640a84c commit 7e0e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
<<: *dockerbuild
publish-pypi:
docker:
- image: mauvilsa/twine:1.11.0
- image: mauvilsa/docker-twine:1.11.0
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit 7e0e9ed

Please sign in to comment.