Skip to content

Commit

Permalink
dedupe artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Aug 25, 2024
1 parent 10dcfc0 commit fafdc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: dist-manylinux2014
name: dist-manylinux2014-${{ matrix.python-version }}
path: driver/dist/
- name: Publish to TestPyPI
env:
Expand All @@ -74,7 +74,7 @@ jobs:
python -m twine upload --skip-existing driver/dist/*
build_windows:
name: Windows Build
runs-on: windows-latest
runs-on: windows-latest-${{ matrix.python-version }}
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
Expand Down

0 comments on commit fafdc6d

Please sign in to comment.