Added instructions on how to upload packages to pypi
This commit is contained in:
parent
16521f5fc5
commit
fd1c04c752
1
setup.py
Normal file → Executable file
1
setup.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# ***** BEGIN GPL LICENSE BLOCK *****
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
|
||||
@ -15,3 +15,7 @@ echo
|
||||
echo "Don't forget to commit and tag:"
|
||||
echo git commit -m \'Bumped version to $1\' setup.py blender_asset_tracer/__init__.py docs/conf.py
|
||||
echo git tag -a v$1 -m \'Tagged version $1\'
|
||||
echo
|
||||
echo "Build the package & upload to PyPi using:"
|
||||
echo "pipenv run ./setup.py sdist bdist_wheel"
|
||||
echo "pipenv run twine upload dist/blender*asset*tracer*${VERSION}*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user