Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jan 16, 2024
1 parent 48286d1 commit 1b19219
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 @@ -4,12 +4,11 @@

name: Build wheel and upload to PyPI or TestPyPI

# When pushing a version tag
# When pushing with a tag (i.e. new version)
on:
push:
tags:
- '*'
#if: "startsWith(github.ref, 'refs/tags/v')"

jobs:
build_wheels:
Expand Down

0 comments on commit 1b19219

Please sign in to comment.