Skip to content

Commit

Permalink
fix upload pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool committed Nov 11, 2024
1 parent f92eff6 commit 4389a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout github repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@v4
with:
name: python-package-distributions-dist
name: python-package-distributions
path: dist

deploy:
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
pattern: python-package-distributions-*
pattern: python-package-distributions*
path: dist/

- name: Publish package to PyPI
Expand Down

0 comments on commit 4389a21

Please sign in to comment.