File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 2525 PYPI_USERNAME : ${{ secrets.PYPI_USERNAME }}
2626 PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
2727 run : |
28- poetry run publish --build -u $PYPI_USERNAME -p $PYPI_PASSWORD
28+ poetry publish --build -u $PYPI_USERNAME -p $PYPI_PASSWORD
Original file line number Diff line number Diff line change 1- ## 0.8.3 (2020-10-29)
2-
3- ### Refactor
4-
5- - ** automator.py** : remove unecessary prints
6-
7- ### Fix
8-
9- - ** get_all_droplets** : Fix no pagination handling
10-
111## 0.8.2 (2020-10-25)
122
133### Refactor
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pydoautomator"
3- version = " 0.8.3 "
3+ version = " 0.8.2 "
44description = " The Python lib for digital ocean automation"
55authors = [
" Christian Eland <[email protected] >" ]
66license = " Apache-2.0"
@@ -38,7 +38,7 @@ mkdocs-material = "^6.1.0"
3838
3939[tool .commitizen ]
4040name = " cz_conventional_commits"
41- version = " 0.8.3 "
41+ version = " 0.8.2 "
4242tag_format = " $version"
4343version_files = [
4444 " pyproject.toml:version"
You can’t perform that action at this time.
0 commit comments