Skip to content

Commit 341d845

Browse files
committed
Remove emojii from workflow because Windows is a toy
1 parent 9209150 commit 341d845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
tag = ref[len(prefix):]
5252
5353
if tag != ver:
54-
print(f"Tag ({tag}) != setup.py ({ver})", file=sys.stderr)
54+
print(f"Tag ({tag}) != setup.py ({ver})", file=sys.stderr)
5555
sys.exit(1)
5656
5757
# Expose outputs
5858
with open(os.environ["GITHUB_OUTPUT"], "a") as fh:
5959
fh.write(f"tag={tag}\n")
6060
fh.write(f"file_ver={ver}\n")
6161
62-
print(f"Version OK: tag={tag} matches setup.py={ver}")
62+
print(f"Version OK: tag={tag} matches setup.py={ver}")
6363
6464
- name: Build wheels
6565
run: python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)