Skip to content

Commit

Permalink
Update workflow python
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Nov 1, 2023
1 parent ada9244 commit e57e4ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pycp: cp310-cp310
pylib: python310.lib
- python-version: 3.11
pycp: cp310-cp311
pycp: cp311-cp311
pylib: python311.lib
steps:
- name: Checkout
Expand Down Expand Up @@ -124,11 +124,6 @@ jobs:
CAPSTONE_INCLUDE_DIRS: ${{ github.workspace }}\capstone-4.0.2-win64\include
CAPSTONE_LIBRARIES: ${{ github.workspace }}\capstone-4.0.2-win64\capstone.lib

- name: Debug
run: |
ls ${{ github.workspace }}\wheelhouse
shell: powershell

- name: Repair wheel package
run: |
python -m pip install delvewheel
Expand Down

0 comments on commit e57e4ea

Please sign in to comment.