Skip to content

Commit

Permalink
Merge pull request #25 from linklayer/update-ci
Browse files Browse the repository at this point in the history
Update CI Part 2
  • Loading branch information
ericevenchick authored Aug 25, 2024
2 parents ee9840f + 4f6e315 commit 7ea7854
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7ea7854

Please sign in to comment.