chore: Configure 1.1.0b1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[egg_info]
|
||||
tag_build = dev
|
||||
tag_build = b1
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
@@ -77,7 +77,7 @@ pyenv uninstall -f $VENV_NAME
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
_echo_task "Building source distribution"
|
||||
_open_env 2.7.11
|
||||
_open_env 2.7.12
|
||||
|
||||
python setup.py sdist -d $DIST_DIR
|
||||
|
||||
@@ -88,7 +88,7 @@ _close_env
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
_echo_task "Building universal wheel"
|
||||
_open_env 2.7.11
|
||||
_open_env 2.7.12
|
||||
|
||||
python setup.py bdist_wheel -d $DIST_DIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user