Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a8f2b7fbf | ||
| dbff716cdb | |||
| b8b355025d | |||
| 8cd5c23cf4 |
12
.drone.yml
12
.drone.yml
@@ -22,7 +22,8 @@ steps:
|
||||
volumes:
|
||||
- name: poetry_cache
|
||||
path: /root/.cache/pypoetry
|
||||
|
||||
- name: pip_cache
|
||||
path: /root/.cache/pip
|
||||
- name: publish
|
||||
image: python:3.7.2
|
||||
commands:
|
||||
@@ -38,13 +39,22 @@ steps:
|
||||
environment:
|
||||
LOGLEVEL: info
|
||||
GIT_SSL_NO_VERIFY: 1
|
||||
REPOSITORY_USERNAME: __token__
|
||||
REPOSITORY_PASSWORD:
|
||||
from_secret: pypi_token
|
||||
GITEA_TOKEN:
|
||||
from_secret: gitea_token
|
||||
|
||||
volumes:
|
||||
- name: poetry_cache
|
||||
path: /root/.cache/pypoetry
|
||||
- name: pip_cache
|
||||
path: /root/.cache/pip
|
||||
volumes:
|
||||
- name: poetry_cache
|
||||
host:
|
||||
path: /tmp/cache/drone/pypoetry
|
||||
- name: pip_cache
|
||||
host:
|
||||
path: /tmp/cache/drone/pip
|
||||
|
||||
|
||||
@@ -2,6 +2,13 @@
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v0.2.4 (2022-02-25)
|
||||
### Fix
|
||||
* Test pypi publish ([`dbff716`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/dbff716cdbb15e2c59a750e726c22ec59eb57780))
|
||||
|
||||
### Documentation
|
||||
* Remove old changelog ([`b8b3550`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/b8b355025d96f2e7adb9546ccf04755d0c359952))
|
||||
|
||||
## v0.2.3 (2022-02-25)
|
||||
### Fix
|
||||
* Bump python-semantic-release ([`8a0d07a`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/8a0d07aea00c0ced3318f7f3b25a9cfc6593954a))
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.2.3"
|
||||
__version__ = "0.2.4"
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "cic-utils"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
description = ""
|
||||
authors = ["William Luke <williamluke4@gmail.com>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
@@ -30,7 +30,7 @@ version_variable = [
|
||||
]
|
||||
version_source = "commit"
|
||||
branch = "main"
|
||||
upload_to_pypi = false
|
||||
upload_to_repository=true
|
||||
upload_to_release = true
|
||||
repository_url = "https://git.grassecon.net/grassrootseconomics/cic-utils"
|
||||
build_command = "pip install poetry && poetry build"
|
||||
|
||||
Reference in New Issue
Block a user