We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7479d0d commit b231e7aCopy full SHA for b231e7a
1 file changed
.github/workflows/release-build.yml
@@ -26,12 +26,12 @@ jobs:
26
uses: ./.github/actions/version-dot-buildnum-fetch
27
with:
28
version-file: version-with-buildnum.txt
29
- - name: 'Nox: Check Packages'
30
- run: |
31
- nox -s pkg_check
32
- name: 'Nox: Build Packages'
33
run: |
34
nox -s pkg_build_wheel
+ - name: 'Nox: Check Packages'
+ run: |
+ nox -s pkg_check
35
- name: "Save Artifacts - Wheel"
36
uses: actions/upload-artifact@v4
37
0 commit comments