Skip to content

Commit e4619ae

Browse files
committed
disable windows
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
1 parent a5e825d commit e4619ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ jobs:
157157
name: Release
158158
runs-on: ubuntu-latest
159159
if: "startsWith(github.ref, 'refs/tags/')"
160-
needs: [ macos, windows, linux ]
160+
# needs: [ macos, windows, linux ]
161+
needs: [ macos, linux ]
161162
steps:
162163
- uses: actions/download-artifact@v2
163164
with:
@@ -171,4 +172,4 @@ jobs:
171172
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
172173
run: |
173174
pip install --upgrade twine
174-
twine upload --skip-existing *
175+
twine upload --skip-existing *

0 commit comments

Comments
 (0)