mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
- Added missing files for sdist archive (#2624)
This commit is contained in:
parent
9affd99bcd
commit
cd8dd20ccf
2 changed files with 8 additions and 4 deletions
5
.github/workflows/build-wheels-publish.yml
vendored
5
.github/workflows/build-wheels-publish.yml
vendored
|
|
@ -251,9 +251,10 @@ jobs:
|
|||
|
||||
- name: Build SDist
|
||||
run: |
|
||||
cd bindings/python
|
||||
python3 -m pip install -U pip build
|
||||
python3 -m build --sdist
|
||||
python3 -m build --sdist bindings/python
|
||||
python3 -m pip install bindings/python/dist/*.tar.gz
|
||||
python3 -c 'import capstone; print(f"Capstone version installed from sdist: {capstone.__version__}")'
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue