Skip to content

Commit

Permalink
Merge pull request #21 from crim-ca/add-build-step
Browse files Browse the repository at this point in the history
add missing build step
  • Loading branch information
rbavery authored May 13, 2024
2 parents 346348b + 5748e0d commit a1fd13a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- name: Install poetry
run: make poetry-install
- name: Publish stac-model to PyPI
run: poetry publish --username __token__ --password ${{ secrets.PYPI_SECRET }}
run: |
poetry build
poetry publish --username __token__ --password ${{ secrets.PYPI_SECRET }}

0 comments on commit a1fd13a

Please sign in to comment.