rename to superqt (#3)

This commit is contained in:
Talley Lambert
2021-06-26 16:29:59 -04:00
committed by GitHub
parent eeb4413678
commit 7e64be7d9d
37 changed files with 78 additions and 79 deletions

View File

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