Skip to content

Commit

Permalink
Fix version tag for python wheel sdist (#1640)
Browse files Browse the repository at this point in the history
* Fix version tag for sdist

Signed-off-by: Cary Phillips <[email protected]>

* Don't set OPENEXR_RELEASE_CANDIDATE_TAG for the non-test publish

Signed-off-by: Cary Phillips <[email protected]>

---------

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Feb 16, 2024
1 parent 6905396 commit 68470dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-wheels-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- name: Create sdist
# Only create it once.
if: ${{ matrix.os == 'ubuntu-latest' }}
env:
OPENEXR_RELEASE_CANDIDATE_TAG: ${{ github.ref_name }}
run: pipx run build --sdist . --outdir wheelhouse

- name: Build wheel
Expand Down

0 comments on commit 68470dd

Please sign in to comment.