Skip to content

Commit

Permalink
wheel upload attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq committed Aug 16, 2024
1 parent dd26182 commit 7db93dc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
asset_path: dist/lol-blender-${{steps.release.outputs.tag_name}}.zip
asset_name: lol-blender-${{steps.release.outputs.tag_name}}.zip
asset_content_type: application/zip
- uses: actions/download-artifact@v4
- name: Upload Release Wheels
uses: csexton/release-asset-action@v3
with:
release-url: ${{ steps.release.outputs.upload_url }}
github-token: ${{github.token}}
pattern: 'dist/*.whl"'

bindings-linux:
runs-on: ubuntu-latest
Expand All @@ -54,11 +61,10 @@ jobs:
manylinux: auto
args: --release --out dist/ -m bindings/Cargo.toml
- name: Upload wheels
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
uses: actions/upload-artifact@v4
with:
asset_paths: '["dist/*.whl"]'
name: wheels-windows
path: dist/*.whl
permissions:
contents: write
pull-requests: read

0 comments on commit 7db93dc

Please sign in to comment.