Skip to content

Commit 440593b

Browse files
committed
fix(wheels): upload to pypi on v3.0 OR v3.1 tagged releases
fixes issue with wheels not getting released to pypi.org! Signed-off-by: Zach Lewis <[email protected]>
1 parent 95f3aa3 commit 440593b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ jobs:
512512
runs-on: ubuntu-latest
513513
permissions:
514514
id-token: write
515-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v3.0.') && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
515+
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags/v3.0.') || startsWith(github.event.ref, 'refs/tags/v3.1.')) && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
516516
steps:
517517
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
518518

0 commit comments

Comments
 (0)