Skip to content

Commit

Permalink
Merge pull request #148 from noaa-ocs-modeling/bugfix/publish_pkg
Browse files Browse the repository at this point in the history
Add missing package for publishing
  • Loading branch information
SorooshMani-NOAA authored Dec 1, 2022
2 parents 2ac3c2c + 2101508 commit 52ab2c9
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 52ab2c9

Please sign in to comment.