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 f2bfc6a commit 10dcfc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
python -m twine upload --skip-existing driver/dist/*
build_manylinux:
name: manylinux Build
name: manylinux2014 Build
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-manylinux2014
path: driver/dist/
- name: Publish to TestPyPI
env:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-windows
path: driver/dist
- name: Publish to TestPyPI
env:
Expand Down

0 comments on commit 10dcfc0

Please sign in to comment.