mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-22 21:21:29 +00:00
Compare commits
1 Commits
80a0afe74f
...
747b8308c6
| Author | SHA1 | Date | |
|---|---|---|---|
| 747b8308c6 |
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v3.2
|
||||
uses: pypa/cibuildwheel@v3.1
|
||||
env:
|
||||
CIBW_PLATFORM: linux
|
||||
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
|
||||
|
||||
@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "pylibbpf"
|
||||
version = "0.0.5"
|
||||
version = "0.0.4"
|
||||
description = "Python Bindings for Libbpf"
|
||||
authors = [
|
||||
{ name = "r41k0u", email = "pragyanshchaturvedi18@gmail.com" },
|
||||
|
||||
@ -2,6 +2,6 @@ import pylibbpf as m
|
||||
|
||||
|
||||
def test_main():
|
||||
assert m.__version__ == "0.0.5"
|
||||
assert m.__version__ == "0.0.4"
|
||||
prog = m.BpfProgram("tests/execve2.o")
|
||||
print(prog)
|
||||
|
||||
Reference in New Issue
Block a user