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
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ with open("README.md", "r") as fh: ...@@ -203,7 +203,7 @@ with open("README.md", "r") as fh:
setup( setup(
name='pybgs', name='pybgs',
version='3.3.0.post1', version='3.3.0.post2',
author='Andrews Sobral', author='Andrews Sobral',
author_email='andrewssobral@gmail.com', author_email='andrewssobral@gmail.com',
url='https://github.com/andrewssobral/bgslibrary', url='https://github.com/andrewssobral/bgslibrary',
......
...@@ -47,8 +47,12 @@ python setup.py bdist_wheel ...@@ -47,8 +47,12 @@ python setup.py bdist_wheel
# Upload any generated Wheel distribution packages using Twine # Upload any generated Wheel distribution packages using Twine
twine upload dist/*.whl twine upload dist/*.whl
# Remove any existing dist directory
rm -rf dist/*
# Create a source distribution package for the project # Create a source distribution package for the project
python setup.py sdist python setup.py sdist
# Upload the generated source distribution package using Twine # Upload the generated source distribution package using Twine
twine upload --repository testpypi dist/pybgs-*.tar.gz
twine upload 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