Skip to content

Commit

Permalink
Add missing package for publishing
Browse files Browse the repository at this point in the history
After separating build and publish step, the publish job didn't have `poetry` installed.
  • Loading branch information
SorooshMani-NOAA authored Dec 1, 2022
1 parent 2ac3c2c commit 2101508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
with:
name: build
path: dist
- name: install Poetry
uses: abatilo/[email protected]
- name: upload wheel and source
run: poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}

0 comments on commit 2101508

Please sign in to comment.