chore: rename napari org to pyapp-kit (#137)

This commit is contained in:
Talley Lambert
2022-11-11 08:39:22 -05:00
committed by GitHub
parent 16b383e783
commit 532d3bf89c
9 changed files with 121 additions and 122 deletions

View File

@@ -198,7 +198,7 @@ jobs:
# and requires that you have put your twine API key in your
# github secrets (see readme for details)
needs: [test, check-manifest]
if: ${{ github.repository == 'napari/superqt' && contains(github.ref, 'tags') }}
if: ${{ github.repository == 'pyapp-kit/superqt' && contains(github.ref, 'tags') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3