Skip to content

Commit

Permalink
Merge pull request #20 from crim-ca/debug-publish-pypi2
Browse files Browse the repository at this point in the history
retry publish action
  • Loading branch information
rbavery authored May 8, 2024
2 parents 8327956 + 2e89539 commit 346348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
python-version: "3.10"
- name: Install poetry
run: make poetry-install
- name: Publish to PyPI
- name: Publish stac-model to PyPI
run: poetry publish --username __token__ --password ${{ secrets.PYPI_SECRET }}

0 comments on commit 346348b

Please sign in to comment.