Skip to content

Commit 6c208ee

Browse files
author
Carlo Smouter
committed
Update changelog and add python build step
1 parent 2607f2e commit 6c208ee

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.drone.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pipeline:
2-
build:
2+
test:
33
image: python:${PYTHON_VERSION}-alpine3.8
44
commands:
55
- find . -name "*.py[co]" -delete
@@ -8,8 +8,12 @@ pipeline:
88
- pip install -e .[tests]
99
- py.test
1010
- find . -name "*.py[co]" -delete
11-
when:
12-
include: [ master, develop, feature/*, release/* ]
11+
build:
12+
image: python:${PYTHON_VERSION}-alpine3.8
13+
commands:
14+
- python setup.py sdist bdist_wheel
15+
- rm -rf dist
16+
- rm -rf build
1317
matrix:
1418
PYTHON_VERSION:
1519
- "3.7"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0.0 (In Development)
3+
## 2.0.0
44

55
* Deprecate 1.0 WowApi
66
* Implement client credentials flow for OAuth authentication

0 commit comments

Comments
 (0)