Skip to content

Commit

Permalink
Fix build of NIMS by including a working-directory (#896)
Browse files Browse the repository at this point in the history
Add working directory for service
  • Loading branch information
dixonjoel authored Sep 18, 2024
1 parent 1312f41 commit f7f52d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Publish_NIMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
if: ${{ startsWith(github.event.release.target_commitish, 'main') || startsWith(github.event.release.target_commitish, 'releases/') }}
run: |
poetry publish --build --username __token__ --password ${{ secrets.PYPI_TOKEN }}
working-directory: ./packages/service

- name: Build NIMG Python package and publish to PyPI
if: ${{ startsWith(github.event.release.target_commitish, 'main') || startsWith(github.event.release.target_commitish, 'releases/') }}
Expand Down

0 comments on commit f7f52d4

Please sign in to comment.