We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed24fb commit be943f8Copy full SHA for be943f8
scripts/publish
@@ -6,13 +6,10 @@ if [[ -n "${CI}" ]]; then
6
set -x
7
fi
8
9
-# Import shared variables
10
-PACKAGE_DIR="stac_fastapi/pgstac"
11
-
12
function usage() {
13
echo -n \
14
"Usage: $(basename "$0")
15
-Publish all stac-fastapi packages.
+Publish stac-fastapi.pgstac package.
16
17
Options:
18
--test Publish to test pypi. Requires a 'testpypi' repository
@@ -53,7 +50,6 @@ if [ -z "${TEST_PYPI}" ] && [ -z "${CI}" ]; then
53
50
54
51
55
52
if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
56
- echo ${PACKAGE_DIR}
57
rm -rf dist
58
python setup.py sdist bdist_wheel
59
twine upload ${TEST_PYPI} dist/*
0 commit comments