Skip to content

Commit

Permalink
fix step ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-adams-planet committed Dec 18, 2024
1 parent fb3edfd commit 9c2fc98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
uses: ./.github/actions/version-dot-buildnum-fetch
with:
version-file: version-with-buildnum.txt
- name: 'Nox: Build Packages'
run: |
nox -s pkg_build_wheel
- name: 'Nox: Check Packages'
run: |
nox -s pkg_check
- name: 'Nox: Build Packages'
run: |
nox -s pkg_build_wheel
- name: "Save Artifacts - Wheel"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9c2fc98

Please sign in to comment.