Skip to content

Commit

Permalink
fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Aug 25, 2024
1 parent 5ad62d8 commit 4f6e315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
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 4f6e315

Please sign in to comment.