diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index fccdf4a..be0607e 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -74,7 +74,7 @@ jobs: python -m twine upload --skip-existing driver/dist/* build_windows: name: Windows Build - runs-on: windows-latest-${{ matrix.python-version }} + runs-on: windows-latest strategy: matrix: python-version: [3.8, 3.9, "3.10", 3.11, 3.12] @@ -103,7 +103,8 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: dist-windows + name: dist-windows-${{ matrix.python-version }} + path: driver/dist - name: Publish to TestPyPI env: