gagan3012 commited on
Commit
163db33
·
1 Parent(s): 23aeb99

Update Makefile

Browse files
Files changed (1) hide show
  1. Makefile +2 -0
Makefile CHANGED
@@ -66,6 +66,8 @@ clone:
66
  ## Update python package
67
  update:
68
  python setup.py sdist bdist_wheel
 
 
69
  #################################################################################
70
  # PROJECT RULES #
71
  #################################################################################
 
66
  ## Update python package
67
  update:
68
  python setup.py sdist bdist_wheel
69
+ python -m twine upload dist/*
70
+
71
  #################################################################################
72
  # PROJECT RULES #
73
  #################################################################################