Skip to content

Commit 96bd69c

Browse files
committed
Remove emojii
1 parent 24d62ea commit 96bd69c

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Test
33

44
on:
55
workflow_dispatch:
6-
push:
7-
branches:
8-
- main
96
pull_request:
107
branches:
118
- main

0 commit comments

Comments
 (0)