Skip to content

Commit d50f038

Browse files
authored
Update deploy.yml
1 parent 488d7d0 commit d50f038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
os: [ubuntu-latest, macos-latest]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -64,4 +64,4 @@ jobs:
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_API_TOKEN }}
67-
#repository_url: https://test.pypi.org/legacy/
67+
#repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)