Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99d580e

Browse files
committed
CI fix for Test PyPI
1 parent12d9469 commit99d580e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
twine check wheelhouse/*
9595
9696
-name:Release to Test PyPI
97-
if:${{(runner.os != 'Linux' || matrix.arch != 'aarch64') ||env.PUSH_WHEELS == 'TEST'}}
97+
if:${{ env.PUSH_WHEELS == 'TEST'}}
9898
shell:bash
9999
run:|
100100
python -m pip install --upgrade twine
@@ -205,7 +205,7 @@ jobs:
205205
twine check wheelhouse/*
206206
207207
-name:Release to Test PyPI
208-
if:${{(runner.os != 'Linux' || matrix.arch != 'aarch64') ||env.PUSH_WHEELS == 'TEST'}}
208+
if:${{ env.PUSH_WHEELS == 'TEST'}}
209209
shell:bash
210210
run:|
211211
python -m pip install --upgrade twine

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp