diff --git a/.drone.yml b/.drone.yml index 7c090b3..0e5afe4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,12 +11,12 @@ steps: - poetry run pytest - name: publish - when: - branch: - - master - event: - exclude: - - pull_request + # when: + # branch: + # - master + # event: + # exclude: + # - pull_request image: python:3.7 environment: GITEA_PACKAGE_REPO: diff --git a/pyproject.toml b/pyproject.toml index 18d727f..9b59ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymicrocosm" -version = "0.2.0" +version = "0.3.0" description = "A tiny python-based micropub endpoint that supports a Gitea + drone static website" authors = ["James Ravenscroft "] license = "AGPL-3.0"