Skip to content

Commit 646ae6c

Browse files
committed
fix path in ci
1 parent bf498be commit 646ae6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,10 @@ jobs:
167167
with:
168168
python-version: "3.x"
169169
- name: Install build
170+
working-directory: /home/runner/work/pgstac/pgstac/src/pypgstac
170171
run: pip install build
171172
- name: Build
173+
working-directory: /home/runner/work/pgstac/pgstac/src/pypgstac
172174
run: python -m build
173175
- name: Publish to PyPI
174176
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)