mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Compare commits
1 Commits
v0.0.7
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
| 194f336964 |
6
.github/workflows/wheels.yml
vendored
6
.github/workflows/wheels.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Check metadata
|
||||
run: pipx run twine check dist/*
|
||||
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: cibw-sdist
|
||||
path: dist/*.tar.gz
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: cibw-wheels-linux-${{ matrix.arch }}
|
||||
path: wheelhouse/*.whl
|
||||
@ -82,7 +82,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
pattern: cibw-*
|
||||
path: dist
|
||||
|
||||
Reference in New Issue
Block a user