Skip to content

Commit

Permalink
Merge pull request #41 from christian-hawk/fix_poetry_publish_cli
Browse files Browse the repository at this point in the history
Fix poetry publish cli
  • Loading branch information
christian-hawk authored Oct 29, 2020
2 parents 5397f3a + 37d2760 commit 3fb2bc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
poetry run publish --build -u $PYPI_USERNAME -p $PYPI_PASSWORD
poetry publish --build -u $PYPI_USERNAME -p $PYPI_PASSWORD
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
## 0.8.3 (2020-10-29)

### Refactor

- **automator.py**: remove unecessary prints

### Fix

- **get_all_droplets**: Fix no pagination handling

## 0.8.2 (2020-10-25)

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydoautomator"
version = "0.8.3"
version = "0.8.2"
description = "The Python lib for digital ocean automation"
authors = ["Christian Eland <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -38,7 +38,7 @@ mkdocs-material = "^6.1.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.8.3"
version = "0.8.2"
tag_format = "$version"
version_files = [
"pyproject.toml:version"
Expand Down

0 comments on commit 3fb2bc7

Please sign in to comment.