Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Mar 28, 2024
1 parent 5197e3b commit 38eb2a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
shared-build-and-publish:
uses: zigpy/workflows/.github/workflows/publish-to-pypi.yml@dm/update-ci-03272024
uses: zigpy/workflows/.github/workflows/publish-to-pypi.yml@main
with:
PYTHON_VERSION_DEFAULT: 3.12
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 38eb2a9

Please sign in to comment.