Skip to content

Commit

Permalink
Fix test publishing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kokorin committed Jul 7, 2024
1 parent 3875e18 commit 24ebe42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fix/test-publishing-2
env:
PIP_CACHE_DIR: .cache/pip
PRE_COMMIT_HOME: .cache/pre-commit
Expand All @@ -21,5 +22,6 @@ jobs:
with:
python-version: 3.12
cache: pip
- run: pip install hatch
- run: hatch build
- run: hatch publish

0 comments on commit 24ebe42

Please sign in to comment.