We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf498be commit 646ae6cCopy full SHA for 646ae6c
.github/workflows/release.yml
@@ -167,8 +167,10 @@ jobs:
167
with:
168
python-version: "3.x"
169
- name: Install build
170
+ working-directory: /home/runner/work/pgstac/pgstac/src/pypgstac
171
run: pip install build
172
- name: Build
173
174
run: python -m build
175
- name: Publish to PyPI
176
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments