Skip to content

Commit

Permalink
chore: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues authored Dec 13, 2024
1 parent b093d32 commit 222a0b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- macos-latest
- windows-latest
python-version: ["3.9", "3.10", "3.11", "3.12"]
if: ${{ needs.release-please.outputs.release_created }}
if: ${{ needs.release.outputs.release_created }}
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -247,11 +247,11 @@ jobs:
pypi-upload:
needs: [release-please, pip-test-wheels]
runs-on:
- ubuntu-latest
- ubuntu-24.04
- macos-latest
- windows-latest

if: ${{ needs.release-please.outputs.release_created }}
if: ${{ needs.release.outputs.release_created }}
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down

0 comments on commit 222a0b4

Please sign in to comment.