Skip to content

Commit

Permalink
Increment pybgs version to 3.3.0.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewssobral committed Mar 4, 2024
1 parent 23bbd81 commit 4bab70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def build_cmake(self, extension):

setup(
name='pybgs',
version='3.3.0.post1',
version='3.3.0.post2',
author='Andrews Sobral',
author_email='[email protected]',
url='https://github.com/andrewssobral/bgslibrary',
Expand Down
4 changes: 4 additions & 0 deletions virtualenv-build-test-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 4bab70e

Please sign in to comment.