Skip to content

Commit

Permalink
fix(ci): keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tyteen4a03 committed Mar 3, 2024
1 parent 6d40651 commit f8a3ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
name: dist-${{ matrix.os }}
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.python-version }}
name: dist-source
path: dist/*.tar.gz

check_artifacts:
Expand Down

0 comments on commit f8a3ae8

Please sign in to comment.