Skip to content

Commit

Permalink
feat: release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Nov 26, 2021
1 parent 63068e0 commit c0af8fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ci-publish-junit:
clean:
@find . -name "*.pyc" -exec rm -rf {} \;
@rm -rf target
@rm -rf dist

prepare: clean
@mkdir target
Expand All @@ -39,7 +40,8 @@ hook-gitter:
@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}

release: clean
python setup.py clean
python setup.py register
python setup.py sdist
python setup.py sdist upload
twine check dist/*
twine upload dist/*


2 changes: 1 addition & 1 deletion docker_squash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.0.8"
version = "1.0.9"

0 comments on commit c0af8fc

Please sign in to comment.