Skip to content

Commit e8075d3

Browse files
authored
Merge pull request #6 from jonhealy1/publish
update build command
2 parents bd54534 + ebd4aaf commit e8075d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
with:
1818
python-version: 3.8
1919

20-
- name: Go in mongo folder
21-
run: >-
22-
cd stac_fastapi/mongo
23-
2420
- name: Install pypa/build
2521
run: >-
2622
python -m
@@ -34,6 +30,7 @@ jobs:
3430
--sdist
3531
--wheel
3632
--outdir dist/
33+
stac_fastapi/mongo
3734
- name: Publish distribution to Test PyPI
3835
# if: startsWith(github.ref, 'refs/tags')
3936
uses: pypa/gh-action-pypi-publish@v1.4.2

0 commit comments

Comments
 (0)