Skip to content

Commit 56bf987

Browse files
committed
fix: rename generated tar file
1 parent 067a050 commit 56bf987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ bootstrap-dev: ## Install dev requirements
3636

3737
build-pythonpackage: ## Build Python package ready to upload to pypi
3838
python setup.py sdist
39+
for f in dist/tutor_contrib_wordpress-*.tar.gz; do mv "$$f" "dist/tutor-contrib-wordpress-$(shell make version).tar.gz"; done
3940

4041
push-pythonpackage: ## Push python package to pypi
4142
twine upload --skip-existing dist/tutor-contrib-wordpress-$(shell make version).tar.gz

0 commit comments

Comments
 (0)