Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-long committed Jul 19, 2024
1 parent e0293d1 commit d02eca9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 149 deletions.
144 changes: 0 additions & 144 deletions .github/workflows/build-golang-ubuntu.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
- name: Test Python wheel
run: |
# Test wheel installation
pip install wheelhouse/*.whl
/usr/local/bin/python_for_build -m pip install wheelhouse/*.whl
# Test wheel functionality
python3 validate_ohpygossh.py
/usr/local/bin/python_for_build validate_ohpygossh.py
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand All @@ -114,7 +114,7 @@ jobs:
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_BUILD: "cp3*_x86_64"
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* *-musllinux_x86_64"
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* cp312-* *-musllinux_x86_64"
CIBW_ARCHS: "native"
CIBW_ENVIRONMENT: >
PATH=$PATH:/usr/local/go/bin
Expand All @@ -140,10 +140,10 @@ jobs:
- name: Test Python wheel
run: |
# Test wheel installation
pip install wheelhouse/*.whl
/usr/local/bin/python_for_build -m pip install wheelhouse/*.whl
# Test wheel functionality
python3 validate_ohpygossh.py
/usr/local/bin/python_for_build validate_ohpygossh.py
- name: Upload atifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d02eca9

Please sign in to comment.