We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c289baa commit 2e61b39Copy full SHA for 2e61b39
1 file changed
Makefile
@@ -39,6 +39,7 @@ build-pythonpackage: ## Build Python package ready to upload to pypi
39
for f in dist/tutor_contrib_wordpress-*.tar.gz; do mv "$$f" "dist/tutor-contrib-wordpress-$(shell make version).tar.gz"; done
40
41
push-pythonpackage: ## Push python package to pypi
42
+ twine check dist/tutor-contrib-wordpress-$(shell make version).tar.gz
43
twine upload --skip-existing dist/tutor-contrib-wordpress-$(shell make version).tar.gz
44
45
version: ## Print the current tutor version
0 commit comments