File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,17 @@ jobs:
56
56
# Same environment
57
57
docker :
58
58
- image : circleci/python:3.6.8
59
- steps :
59
+ steps :
60
60
61
- # Gets the code
62
- - checkout
61
+ # Gets the code
62
+ - checkout
63
63
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
70
70
71
71
# In the workflows section, we specify when we want to run the jobs defined
72
72
workflows :
You can’t perform that action at this time.
0 commit comments