Skip to content

Commit

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

Signed-off-by: Cary Phillips <cary@ilm.com>

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

Signed-off-by: Cary Phillips <cary@ilm.com>

---------

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Mar 3, 2024
1 parent bcf9a4b commit 270e836
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 270e836

Please sign in to comment.