Skip to content

Commit

Permalink
install hatch in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jan 9, 2024
1 parent 8c324ab commit ca8a9a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
release:
name: Release jhub-apps
runs-on: ubuntu-latest

defaults:
run:
shell: bash -el {0}
steps:
- name: Checkout
uses: actions/[email protected]
Expand All @@ -25,6 +27,9 @@ jobs:
numpy
-c conda-forge
- name: Install Hatch
run: pip install hatch

- name: Hatch Build
run: hatch build

Expand Down

0 comments on commit ca8a9a7

Please sign in to comment.