From 3a87b831c2a8dcea961e593b737cd45228ed5a6f Mon Sep 17 00:00:00 2001 From: Lukas Valentin Graf <30413792+lukasValentin@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:58:20 +0200 Subject: [PATCH] remove windows latest from test-release-candidate.yaml --- .github/workflows/test-release-candidate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-release-candidate.yaml b/.github/workflows/test-release-candidate.yaml index e64b5cb..d8d16fe 100644 --- a/.github/workflows/test-release-candidate.yaml +++ b/.github/workflows/test-release-candidate.yaml @@ -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 @@ -142,4 +142,4 @@ jobs: with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ \ No newline at end of file + repository_url: https://test.pypi.org/legacy/