We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9789863 commit 3d68ca9Copy full SHA for 3d68ca9
1 file changed
.circleci/config.yml
@@ -46,9 +46,9 @@ jobs:
46
poetry publish --build --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" --no-interaction
47
48
tag_is_on_master:
49
- docker:
50
- - image: circleci/python:3.7.3 # includes `poetry`!
51
- steps:
+ docker:
+ - image: alpine:3.10
+ steps:
52
- run:
53
name: Check that the tag being built is on master
54
command: |
0 commit comments