Skip to content

Commit c76cbf1

Browse files
authored
Merge pull request #14 from jonhealy1/test_001_es
Push es to test-pypi
2 parents c08c21a + 57b5c2f commit c76cbf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
--sdist
3131
--wheel
3232
--outdir dist/
33-
stac_fastapi/mongo
33+
stac_fastapi/elasticsearch
3434
- name: Publish distribution to Test PyPI
3535
# if: startsWith(github.ref, 'refs/tags')
3636
uses: pypa/gh-action-pypi-publish@v1.4.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.3.0"
2+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)