add workflow to publish to pypi

This commit is contained in:
bymyself
2025-04-08 21:56:24 -07:00
parent 42e8a959dd
commit 81e84fad78
3 changed files with 65 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
publish-node:
name: Publish Custom Node to registry
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'ltdrdata' }}
if: ${{ github.repository_owner == 'ltdrdata' || github.repository_owner == 'Comfy-Org' }}
steps:
- name: Check out code
uses: actions/checkout@v4