Skip to content

Commit

Permalink
Update CI (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey authored Mar 28, 2024
1 parent ef4d1f0 commit 5197e3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@main
uses: zigpy/workflows/.github/workflows/ci.yml@dm/update-ci-03272024
with:
CODE_FOLDER: zha
CACHE_VERSION: 2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
shared-build-and-publish:
uses: zigpy/workflows/.github/workflows/publish-to-pypi.yml@main
permissions:
id-token: write
uses: zigpy/workflows/.github/workflows/publish-to-pypi.yml@dm/update-ci-03272024
with:
PYTHON_VERSION_DEFAULT: 3.12

0 comments on commit 5197e3b

Please sign in to comment.