Skip to content

Commit 3d68ca9

Browse files
author
Rami Chowdhury
committed
indentation
1 parent 9789863 commit 3d68ca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
poetry publish --build --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" --no-interaction
4747
4848
tag_is_on_master:
49-
docker:
50-
- image: circleci/python:3.7.3 # includes `poetry`!
51-
steps:
49+
docker:
50+
- image: alpine:3.10
51+
steps:
5252
- run:
5353
name: Check that the tag being built is on master
5454
command: |

0 commit comments

Comments
 (0)