Skip to content

Commit

Permalink
Update workflow python
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Oct 31, 2023
1 parent e1a902c commit 52c2fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: |
python -m pip install delvewheel
delvewheel repair --add-path ${{ github.workspace }}\z3-4.12.2-x64-win\bin; --wheel-dir .\wheelhouse\windows_x86_64 -v .\wheelhouse\windows_x86_64_tmp\triton_library-${{ env.package-version }}-${{ matrix.pycp }}-win_amd64.whl
delvewheel repair --add-path ${{ github.workspace }}\z3-4.12.2-x64-win\bin --wheel-dir .\wheelhouse\windows_x86_64 -v .\wheelhouse\windows_x86_64_tmp\triton_library-${{ env.package-version }}-${{ matrix.pycp }}-win_amd64.whl
- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 52c2fdd

Please sign in to comment.