File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ jobs:
4646 tag = ref[len(prefix):]
4747
4848 if tag != ver:
49- print(f"❌ Tag ({tag}) != setup.py ({ver})", file=sys.stderr)
49+ print(f"Tag ({tag}) != setup.py ({ver})", file=sys.stderr)
5050 sys.exit(1)
5151
5252 # Expose outputs
5353 with open(os.environ["GITHUB_OUTPUT"], "a") as fh:
5454 fh.write(f"tag={tag}\n")
5555 fh.write(f"file_ver={ver}\n")
5656
57- print(f"✅ Version OK: tag={tag} matches setup.py={ver}")
57+ print(f"Version OK: tag={tag} matches setup.py={ver}")
5858
5959 - name : Build wheels (linux)
6060 if : matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Test
33
44on :
55 workflow_dispatch :
6- push :
7- branches :
8- - main
96 pull_request :
107 branches :
118 - main
You can’t perform that action at this time.
0 commit comments