ci: let the workflow be used for dev branch

This commit is contained in:
Anand Balakrishnan 2023-10-06 01:17:19 -07:00 committed by GitHub
parent fa3345846b
commit 5703da6ace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ jobs:
test-release: test-release:
name: Release (test.pypi.org) name: Release (test.pypi.org)
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')" # if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist] needs: [linux, windows, macos, sdist]
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3