Skip to content

Commit

Permalink
bump actions upload following the migration guide (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs authored Feb 17, 2024
1 parent 5df60f5 commit 8672308
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ jobs:
with:
package-dir: python

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.flavor }}-${{ matrix.target }}
path: ./wheelhouse/*.whl

build_sdist:
Expand Down Expand Up @@ -165,8 +166,9 @@ jobs:
python -m pytest tests && \
python -m pip uninstall -y keyvi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifact-sdist
path: python/wheelhouse/*.tar.gz

upload_all:
Expand All @@ -176,7 +178,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: artifact-*
merge-multiple: true
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 8672308

Please sign in to comment.