Release 0.0.1
This commit is contained in:
4
dev/publish.cmd
Normal file
4
dev/publish.cmd
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
python setup.py bdist_wheel
|
||||
python setup.py sdist
|
||||
twine upload --repository pypi dist/*
|
||||
4
dev/publish.sh
Normal file
4
dev/publish.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
python setup.py bdist_wheel
|
||||
python setup.py sdist
|
||||
twine upload --repository pypi dist/*
|
||||
Reference in New Issue
Block a user