File tree 3 files changed +3
-13
lines changed
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 25
25
PYPI_USERNAME : ${{ secrets.PYPI_USERNAME }}
26
26
PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
27
27
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
-
11
1
## 0.8.2 (2020-10-25)
12
2
13
3
### Refactor
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pydoautomator"
3
- version = " 0.8.3 "
3
+ version = " 0.8.2 "
4
4
description = " The Python lib for digital ocean automation"
5
5
authors = [
" Christian Eland <[email protected] >" ]
6
6
license = " Apache-2.0"
@@ -38,7 +38,7 @@ mkdocs-material = "^6.1.0"
38
38
39
39
[tool .commitizen ]
40
40
name = " cz_conventional_commits"
41
- version = " 0.8.3 "
41
+ version = " 0.8.2 "
42
42
tag_format = " $version"
43
43
version_files = [
44
44
" pyproject.toml:version"
You can’t perform that action at this time.
0 commit comments