Skip to content

Commit 6e33dde

Browse files
committed
Fix config
1 parent c860dc7 commit 6e33dde

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.circleci/config.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ jobs:
44
build-test:
55
docker:
66
- image: circleci/python:3.5.5
7-
87
steps:
98
- checkout
109
- restore_cache:
@@ -26,17 +25,17 @@ jobs:
2625
2726
deploy:
2827
docker:
29-
- image: circleci/python:3.5.5
30-
steps:
31-
- checkout
32-
- run:
33-
name: Push to PyPI
34-
command: |
35-
poetry publish \
36-
--build \
37-
--username "${PYPI_USERNAME}" \
38-
--password "${PYPI_PASSWORD}" \
39-
--no-interaction
28+
- image: circleci/python:3.5.5
29+
steps:
30+
- checkout
31+
- run:
32+
name: Push to PyPI
33+
command: |
34+
poetry publish \
35+
--build \
36+
--username "${PYPI_USERNAME}" \
37+
--password "${PYPI_PASSWORD}" \
38+
--no-interaction
4039
4140
workflows:
4241
version: 2.1

0 commit comments

Comments
 (0)