Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Dec 19, 2023
1 parent afc347c commit 54ad39d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ name: Build wheel and upload to PyPI or TestPyPI
# When push on branch dev
on:
push:
if: "startsWith(github.ref, 'refs/tags/v')"

jobs:
# Only if tag for version
if: startsWith(github.ref, 'refs/tags/v')
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 54ad39d

Please sign in to comment.