Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 52603cb

Browse files
authored
Update pydatalab to version 1.1.3 (#683)
1 parent ec3002a commit 52603cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ tsc --module amd --noImplicitAny google/datalab/notebook/static/*.ts
3131

3232
# This is the test url, you should change this to
3333
# https://upload.pypi.org/legacy/ for prod binaries
34-
server="${https://test.pypi.python.org/pypi}"
34+
server="${1:-https://test.pypi.python.org/pypi}"
3535
echo "Submitting package to ${server}"
3636

3737
# Build and upload a distribution package
38-
rm dist/*
38+
rm -rf dist/*
3939
python setup.py sdist
4040
twine upload --repository-url "${server}" dist/*
4141

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from setuptools import setup
1616

17-
version = '1.1.2'
17+
version = '1.1.3'
1818

1919
setup(
2020
name='datalab',

0 commit comments

Comments
 (0)