Skip to content

Commit 9ef9151

Browse files
authored
Merge pull request #9 from jonhealy1/publish
clean up publishing
2 parents 2755198 + 6013759 commit 9ef9151

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
--sdist
3131
--wheel
3232
--outdir dist/
33+
stac_fastapi/mongo
3334
- name: Publish distribution to PyPI
3435
# if: startsWith(github.ref, 'refs/tags')
3536
uses: pypa/gh-action-pypi-publish@v1.4.2

stac_fastapi/elasticsearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
keywords="STAC FastAPI COG",
4848
author=u"Arturo Engineering",
4949
author_email="engineering@arturo.ai",
50-
url="https://github.com/stac-utils/stac-fastapi",
50+
url="https://github.com/jonhealy1/stac-fastapi-nosql",
5151
license="MIT",
5252
packages=find_namespace_packages(exclude=["alembic", "tests", "scripts"]),
5353
zip_safe=False,

stac_fastapi/mongo/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
keywords="STAC FastAPI COG",
4747
author=u"Arturo Engineering",
4848
author_email="engineering@arturo.ai",
49-
url="https://github.com/stac-utils/stac-fastapi",
49+
url="https://github.com/jonhealy1/stac-fastapi-nosql",
5050
license="MIT",
5151
packages=find_namespace_packages(exclude=["alembic", "tests", "scripts"]),
5252
zip_safe=False,

0 commit comments

Comments
 (0)