Skip to content

Commit

Permalink
Add pypi build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and yuezhao@cs.toronto.edu committed Nov 26, 2018
1 parent 1a09844 commit deaebf8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pypi_build_commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is a command list for building pypi packages

python setup.py sdist
twine check dist/*

twine upload --repository pypitest dist/*
# https://test.pypi.org/project/pyod/

twine upload dist/*

0 comments on commit deaebf8

Please sign in to comment.