There was an error while loading. Please reload this page.
1 parent 2f59989 commit 4adf5c3Copy full SHA for 4adf5c3
1 file changed
.github/workflows/release-ci.yml
@@ -13,15 +13,15 @@ jobs:
13
uses: ./.github/workflows/test.yml
14
15
nuitka:
16
- needs: [ test ]
+ needs: [ style ]
17
uses: ./.github/workflows/nuitka.yml
18
19
wheel:
20
21
uses: ./.github/workflows/wheel.yml
22
23
github:
24
- needs: [ nuitka, wheel ]
+ needs: [ test, nuitka, wheel ]
25
runs-on: windows-2025
26
steps:
27
- name: "Checkout"
@@ -74,7 +74,7 @@ jobs:
74
DIGESTS
75
76
pypi:
77
78
runs-on: ubuntu-latest
79
environment: pypi
80
permissions:
0 commit comments