Skip to content

Commit 4bab70e

Browse files
committed
Increment pybgs version to 3.3.0.post2
1 parent 23bbd81 commit 4bab70e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def build_cmake(self, extension):
203203

204204
setup(
205205
name='pybgs',
206-
version='3.3.0.post1',
206+
version='3.3.0.post2',
207207
author='Andrews Sobral',
208208
author_email='andrewssobral@gmail.com',
209209
url='https://github.com/andrewssobral/bgslibrary',

virtualenv-build-test-publish.sh

+4
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,12 @@ python setup.py bdist_wheel
4747
# Upload any generated Wheel distribution packages using Twine
4848
twine upload dist/*.whl
4949

50+
# Remove any existing dist directory
51+
rm -rf dist/*
52+
5053
# Create a source distribution package for the project
5154
python setup.py sdist
5255

5356
# Upload the generated source distribution package using Twine
57+
twine upload --repository testpypi dist/pybgs-*.tar.gz
5458
twine upload dist/pybgs-*.tar.gz

0 commit comments

Comments
 (0)