Skip to content

Commit

Permalink
fix path in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Dec 6, 2024
1 parent bf498be commit 646ae6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,10 @@ jobs:
with:
python-version: "3.x"
- name: Install build
working-directory: /home/runner/work/pgstac/pgstac/src/pypgstac
run: pip install build
- name: Build
working-directory: /home/runner/work/pgstac/pgstac/src/pypgstac
run: python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 646ae6c

Please sign in to comment.