Skip to content

Commit b231e7a

Browse files
Had it right the first time.
1 parent 7479d0d commit b231e7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
uses: ./.github/actions/version-dot-buildnum-fetch
2727
with:
2828
version-file: version-with-buildnum.txt
29-
- name: 'Nox: Check Packages'
30-
run: |
31-
nox -s pkg_check
3229
- name: 'Nox: Build Packages'
3330
run: |
3431
nox -s pkg_build_wheel
32+
- name: 'Nox: Check Packages'
33+
run: |
34+
nox -s pkg_check
3535
- name: "Save Artifacts - Wheel"
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)