Skip to content

Commit

Permalink
Try figuring out how to upgrade upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed May 10, 2024
1 parent 93ed212 commit 45e671f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
with:
only: ${{ matrix.only }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: bdist_files
name: bdist_files_${{ matrix.include }}

build_sdist:
name: Build source distribution
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
name: Publish wheels on pypi
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
# if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 45e671f

Please sign in to comment.