implemented hypothesis metadata storage #10
12
.drone.yml
12
.drone.yml
|
@ -11,12 +11,12 @@ steps:
|
||||||
- poetry run pytest
|
- poetry run pytest
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
when:
|
# when:
|
||||||
branch:
|
# branch:
|
||||||
- master
|
# - master
|
||||||
event:
|
# event:
|
||||||
exclude:
|
# exclude:
|
||||||
- pull_request
|
# - pull_request
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
environment:
|
environment:
|
||||||
GITEA_PACKAGE_REPO:
|
GITEA_PACKAGE_REPO:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pymicrocosm"
|
name = "pymicrocosm"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "A tiny python-based micropub endpoint that supports a Gitea + drone static website"
|
description = "A tiny python-based micropub endpoint that supports a Gitea + drone static website"
|
||||||
authors = ["James Ravenscroft <ravenscroftj@gmail.com>"]
|
authors = ["James Ravenscroft <ravenscroftj@gmail.com>"]
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
|
Loading…
Reference in New Issue