We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c860dc7 commit 6e33ddeCopy full SHA for 6e33dde
.circleci/config.yml
@@ -4,7 +4,6 @@ jobs:
4
build-test:
5
docker:
6
- image: circleci/python:3.5.5
7
-
8
steps:
9
- checkout
10
- restore_cache:
@@ -26,17 +25,17 @@ jobs:
26
25
27
deploy:
28
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
+ - image: circleci/python:3.5.5
+ steps:
+ - checkout
+ - run:
+ name: Push to PyPI
+ command: |
+ poetry publish \
+ --build \
+ --username "${PYPI_USERNAME}" \
+ --password "${PYPI_PASSWORD}" \
+ --no-interaction
40
41
workflows:
42
version: 2.1
0 commit comments