Skip to content

Commit be943f8

Browse files
committed
Minor changes to publish script
1 parent 7ed24fb commit be943f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/publish

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ if [[ -n "${CI}" ]]; then
66
set -x
77
fi
88

9-
# Import shared variables
10-
PACKAGE_DIR="stac_fastapi/pgstac"
11-
129
function usage() {
1310
echo -n \
1411
"Usage: $(basename "$0")
15-
Publish all stac-fastapi packages.
12+
Publish stac-fastapi.pgstac package.
1613
1714
Options:
1815
--test Publish to test pypi. Requires a 'testpypi' repository
@@ -53,7 +50,6 @@ if [ -z "${TEST_PYPI}" ] && [ -z "${CI}" ]; then
5350
fi
5451

5552
if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
56-
echo ${PACKAGE_DIR}
5753
rm -rf dist
5854
python setup.py sdist bdist_wheel
5955
twine upload ${TEST_PYPI} dist/*

0 commit comments

Comments
 (0)