Skip to content

Commit

Permalink
Update upload-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svkeerthy authored Feb 12, 2025
1 parent 2a7c3e6 commit 0cc73d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build sdist
run: cd Manylinux2014_Compliant_Source/pkg && pipx run build --sdist

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: Manylinux2014_Compliant_Source/pkg/dist/*.tar.gz

Expand All @@ -43,7 +43,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 0cc73d0

Please sign in to comment.