diff Makefile @ 1285:5ac26907e3c3

update for pypi upload
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 17 Jul 2024 15:47:23 -0400
parents 756bc885a573
children
line wrap: on
line diff
--- a/Makefile	Tue Jul 16 12:06:34 2024 -0400
+++ b/Makefile	Wed Jul 17 15:47:23 2024 -0400
@@ -24,7 +24,7 @@
 	@cp scripts/*.py $(INSTALL_DIR)
 uploadpython:
 	@python setup.py sdist
-	@twine upload dist/* --skip-existing
+	@twine upload dist/* --skip-existing --repository TRAFFIC_INTELLIGENCE
 	#python setup.py sdist upload
 	#python setup.py sdist bdist_wheel