Skip to content
Snippets Groups Projects
Commit 4bab70eb authored by Andrews Cordolino Sobral's avatar Andrews Cordolino Sobral
Browse files

Increment pybgs version to 3.3.0.post2

parent 23bbd811
Branches beta
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ with open("README.md", "r") as fh:
setup(
name='pybgs',
version='3.3.0.post1',
version='3.3.0.post2',
author='Andrews Sobral',
author_email='andrewssobral@gmail.com',
url='https://github.com/andrewssobral/bgslibrary',
......
......@@ -47,8 +47,12 @@ python setup.py bdist_wheel
# Upload any generated Wheel distribution packages using Twine
twine upload dist/*.whl
# Remove any existing dist directory
rm -rf dist/*
# Create a source distribution package for the project
python setup.py sdist
# Upload the generated source distribution package using Twine
twine upload --repository testpypi dist/pybgs-*.tar.gz
twine upload dist/pybgs-*.tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment