Skip to content

Commit 5ee5f91

Browse files
author
thenamesweretakenalready
committed
2 parents 8d1472e + 93037c4 commit 5ee5f91

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ jobs:
5656
# Same environment
5757
docker:
5858
- image: circleci/python:3.6.8
59-
steps:
59+
steps:
6060

61-
# Gets the code
62-
- checkout
61+
# Gets the code
62+
- checkout
6363

64-
# Use `poetry publish` to Publish he package using username and password from CircleCI environment variables
65-
# Which can be configured inside CircleCI's interface
66-
- run:
67-
name: Push to PyPI
68-
command: |
69-
poetry publish --build --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" --no-interaction
64+
# Use `poetry publish` to Publish he package using username and password from CircleCI environment variables
65+
# Which can be configured inside CircleCI's interface
66+
- run:
67+
name: Push to PyPI
68+
command: |
69+
poetry publish --build --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" --no-interaction
7070
7171
# In the workflows section, we specify when we want to run the jobs defined
7272
workflows:

0 commit comments

Comments
 (0)