Skip to content

Commit

Permalink
just js please
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjakubowski committed Oct 31, 2024
1 parent c6eaed3 commit cef78c6
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,68 +76,68 @@ jobs:
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-python-dist-aarch64-macos-13-3.9
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-python-dist-aarch64-macos-13-3.9
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-python-dist-x86_64-macos-13-3.9
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-python-dist-x86_64-macos-13-3.9
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-python-dist-x86_64-windows-2022-3.9
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-python-dist-x86_64-windows-2022-3.9
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-python-dist-x86_64-ubuntu-22.04-3.9
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-python-dist-x86_64-ubuntu-22.04-3.9
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-python-dist-wasm32-emscripten-3.9
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-python-dist-wasm32-emscripten-3.9
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-python-sdist
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-python-sdist
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-js-benchmarks
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-js-benchmarks
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-python-benchmarks
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-python-benchmarks
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- uses: actions/download-artifact@v4
with:
name: perspective-rust
github-token: ${{ secrets.GH_TOKEN }}
repository: ${{ steps.parse_url.outputs.repo }}
run-id: ${{ steps.parse_url.outputs.run_id }}
# - uses: actions/download-artifact@v4
# with:
# name: perspective-rust
# github-token: ${{ secrets.GH_TOKEN }}
# repository: ${{ steps.parse_url.outputs.repo }}
# run-id: ${{ steps.parse_url.outputs.run_id }}

- run: pnpm pack --pack-destination=../..
working-directory: ./rust/perspective-js
Expand Down

0 comments on commit cef78c6

Please sign in to comment.