Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle authored Feb 19, 2024
1 parent 10421e2 commit 46702ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
python -m pip install -U "jupyterlab>=4.0.0,<5"
python -m pip install -U "build"
python -m pip install -I "hatch"
- name: Lint the extension
run: |
Expand All @@ -41,6 +42,13 @@ jobs:
set -eux
jlpm run test
- name: Increment the Version
run: |
hatch version patch
# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5

- name: Build the extension
run: |
set -eux
Expand Down

0 comments on commit 46702ae

Please sign in to comment.