Skip to content

Commit

Permalink
Update Playground.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kochelmonster committed Mar 22, 2024
1 parent 928bc3a commit 6eca6f3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/Playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,11 @@ jobs:
path: github-build/requirements.txt
- name: build package
run: |
python setup.py build_ext --include-dirs=`pwd`/boost/boost/include
python setup.py bdist_wheel build_ext --include-dirs=`pwd`/boost/boost/include
- uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: /Users/runner/work/larch-pickle/*.whl
asset_path: /Users/runner/work/larch-pickle/dist/*.whl
overwrite: true
- uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: /usr/local/miniconda/conda-bld/osx-64/larch*.bz2
overwrite: true



0 comments on commit 6eca6f3

Please sign in to comment.