Skip to content

Commit

Permalink
Prepare pypi.yml for ncrystal-verify pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 15, 2025
1 parent b73e6d3 commit efd22b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ jobs:
name: sdist-ncrystal-metapkg
path: ./sdist-metapkg

- name: download ncrystal-verify sdist
uses: actions/download-artifact@v4
with:
name: sdist-ncrystal-verify
path: ./sdist-verify

- name: build ncrystal-python universal wheel
run: |
set -eux
Expand Down

0 comments on commit efd22b6

Please sign in to comment.