Skip to content

Commit c0af8fc

Browse files
committed
feat: release 1.0.9
1 parent 63068e0 commit c0af8fc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ci-publish-junit:
3131
clean:
3232
@find . -name "*.pyc" -exec rm -rf {} \;
3333
@rm -rf target
34+
@rm -rf dist
3435

3536
prepare: clean
3637
@mkdir target
@@ -39,7 +40,8 @@ hook-gitter:
3940
@curl -s -X POST -H "Content-Type: application/json" -d "{\"payload\":`curl -s -H "Accept: application/json" https://circleci.com/api/v1/project/goldmann/docker-squash/${CIRCLE_BUILD_NUM}`}" ${GITTER_WEBHOOK_URL}
4041

4142
release: clean
42-
python setup.py clean
43-
python setup.py register
4443
python setup.py sdist
45-
python setup.py sdist upload
44+
twine check dist/*
45+
twine upload dist/*
46+
47+

docker_squash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.0.8"
1+
version = "1.0.9"

0 commit comments

Comments
 (0)