Skip to content

Commit

Permalink
Merge pull request #9 from b-long/develop
Browse files Browse the repository at this point in the history
Fix build (0.0.8)
  • Loading branch information
b-long authored Jul 19, 2024
2 parents c9bafe3 + b939a6e commit 88a56af
Show file tree
Hide file tree
Showing 10 changed files with 262 additions and 340 deletions.
142 changes: 0 additions & 142 deletions .github/workflows/build-golang-macos.yaml

This file was deleted.

144 changes: 0 additions & 144 deletions .github/workflows/build-golang-ubuntu.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/build-python.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/multiplatform-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ jobs:
- name: Test Python wheel
run: |
# Test wheel installation
pip install dist/ohpygossh-0.0.7-py3-none-any.whl
pip install dist/ohpygossh-0.0.8-py3-none-any.whl
# Test wheel functionality
python3 validate_ohpygossh.py
# Name properly
mv dist/ohpygossh-0.0.7-py3-none-any.whl dist/ohpygossh-0.0.7-none-any-macosx_11_0_x86_64.whl
mv dist/ohpygossh-0.0.8-py3-none-any.whl dist/ohpygossh-0.0.8-none-any-macosx_11_0_x86_64.whl
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -193,13 +193,13 @@ jobs:
- name: Test Python wheel
run: |
# Test wheel installation
pip install dist/ohpygossh-0.0.7-py3-none-any.whl
pip install dist/ohpygossh-0.0.8-py3-none-any.whl
# Test wheel functionality
python3 validate_ohpygossh.py
# Name properly
mv dist/ohpygossh-0.0.7-py3-none-any.whl dist/ohpygossh-0.0.7-none-any-manylinux2014_x86_64.whl
mv dist/ohpygossh-0.0.8-py3-none-any.whl dist/ohpygossh-0.0.8-none-any-manylinux2014_x86_64.whl
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
Loading

0 comments on commit 88a56af

Please sign in to comment.