Skip to content

Commit 92866d9

Browse files
committed
Remove test from pypi.needs
1 parent 2d66438 commit 92866d9

File tree

1 file changed

+1
-1
lines changed
  • template/{% if git_platform=="github.com" %}.github{% endif %}/workflows

1 file changed

+1
-1
lines changed

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
{% if pypi %}
6060
pypi:
6161
if: github.ref_type == 'tag'
62-
needs: [dist, test]
62+
needs: [dist]
6363
uses: ./.github/workflows/_pypi.yml
6464
permissions:
6565
id-token: write

0 commit comments

Comments
 (0)