Skip to content

Commit

Permalink
Update Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Aug 13, 2024
1 parent 0260b3f commit 434d0b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ permissions:

jobs:
linux:
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
path: dist

windows:
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
Expand Down Expand Up @@ -109,6 +111,7 @@ jobs:
path: dist

macos:
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
Expand Down

0 comments on commit 434d0b0

Please sign in to comment.