Skip to content

Commit 5c9ddfc

Browse files
committed
deployment to official pypi
1 parent 5d3beab commit 5c9ddfc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ for:
2929
- master
3030
deploy_script:
3131
- python -m pip install twine
32-
# Remove for deployment to official PyPi repo
33-
- "python -m twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing dist\\*.whl"
32+
- "python -m twine upload --skip-existing dist\\*.whl"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ script:
3030
- cibuildwheel --output-dir dist
3131
- |
3232
if [ "$TRAVIS_BRANCH" == "master" ]; then
33-
twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*.whl
33+
twine upload --skip-existing dist/*.whl
3434
fi

pybalu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"misc",
1212
"performance_eval"]
1313

14-
__version__ = '0.2.4'
14+
__version__ = '0.2.5'

0 commit comments

Comments
 (0)