Skip to content

Commit

Permalink
remove windows latest from test-release-candidate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasValentin authored Oct 19, 2023
1 parent 0e2509a commit 3a87b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: ["3.11"]
include:
- os: macos-latest
Expand Down Expand Up @@ -142,4 +142,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository_url: https://test.pypi.org/legacy/

0 comments on commit 3a87b83

Please sign in to comment.