File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
7272workflows :
You can’t perform that action at this time.
0 commit comments