Skip to content

Commit

Permalink
Use the right path to wheels (#175)
Browse files Browse the repository at this point in the history
* Use the right path to wheels

* Clean up assorted workflow cruft
  • Loading branch information
jordemort authored Aug 31, 2022
1 parent c052e0e commit e8f97b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
strategy:
fail-fast: false
matrix:
# Windows isn't working right now: https://github.com/caketop/python-starlark-go/issues/4
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
build: [cp311, cp310, cp39, cp38, cp37, cp36]

Expand All @@ -48,9 +46,6 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v3
if: runner.os != 'Linux'

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/[email protected]
Expand All @@ -62,7 +57,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
path: wheelhouse/starlark_go-*.whl
path: wheelhouse/renameat2-*.whl

# Create a GitHub release
github_release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/suggestions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
submodules: false

- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
- run: echo "$HOME/go/bin" >> "$GITHUB_PATH"
- run: GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-go@v3

- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit e8f97b8

Please sign in to comment.