Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
printf 'fn main() {\n println!("Hello, world!");\n}\n' > src/main.rs

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
version: '3.11'

Expand All @@ -90,15 +90,15 @@ jobs:
if: matrix.template == 'cpp' || matrix.template == 'cppjswasm'

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x
pnpm_version: 11.11.0
js_folder: "."
if: matrix.template == 'js' || matrix.template == 'jupyter' || matrix.template == 'cppjswasm' || matrix.template == 'rustjswasm' || matrix.template == 'uitk-svelte' || matrix.template == 'uitk-webawesome' || matrix.template == 'site-react' || matrix.template == 'site-sveltekit' || matrix.template == 'site-webawesome'

- name: Setup Rust
uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81
uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea
if: matrix.template == 'rust' || matrix.template == 'rustjswasm'

- name: Install JavaScript dependencies
Expand Down
2 changes: 1 addition & 1 deletion javascript/site-react/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x
js_folder: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x
js_folder: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x
js_folder: .
Expand Down
2 changes: 1 addition & 1 deletion javascript/uitk-svelte/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x
js_folder: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x
js_folder: .
Expand Down
10 changes: 5 additions & 5 deletions python/cpp/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
version: {% raw %}${{ matrix.python.version }}{% endraw %}

- name: Setup C++
uses: actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f
uses: actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9

{% if add_vcpkg -%}
- name: Setup vcpkg cache
uses: actions-ext/cpp/setup-vcpkg-cache@c2b1e90366b3a1c628a1df0748135f5e345ab26f
uses: actions-ext/cpp/setup-vcpkg-cache@22ebafc6f57971978e964f9977333ac98a7c49d9

{% endif -%}
- name: Install dependencies
Expand Down Expand Up @@ -176,13 +176,13 @@ jobs:
if: matrix.platform.name == 'windows-latest'

- name: Test wheel
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}
if: matrix.target == 'native' && runner.os == 'Linux'

- name: Test source distribution
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}
if: matrix.platform.name == 'ubuntu-latest'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7

- name: Download distributions
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand Down
12 changes: 6 additions & 6 deletions python/cppjswasm/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,22 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
version: {% raw %}${{ matrix.python }}{% endraw %}

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x
if: matrix.target == 'native'

- name: Setup C++
uses: actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f
uses: actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9

{% if add_vcpkg -%}
- name: Setup vcpkg cache
uses: actions-ext/cpp/setup-vcpkg-cache@c2b1e90366b3a1c628a1df0748135f5e345ab26f
uses: actions-ext/cpp/setup-vcpkg-cache@22ebafc6f57971978e964f9977333ac98a7c49d9

{% endif -%}
- name: Setup Emscripten
Expand Down Expand Up @@ -172,13 +172,13 @@ jobs:
if: matrix.name == 'windows-latest'

- name: Test wheel
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}
if: matrix.target == 'native' && runner.os == 'Linux'

- name: Test source distribution
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}
if: matrix.name == 'ubuntu-latest'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7

- name: Download distributions
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand Down
8 changes: 4 additions & 4 deletions python/js/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
version: "{{ python_version_primary }}"

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x

Expand Down Expand Up @@ -79,12 +79,12 @@ jobs:
run: make dist

- name: Test wheel
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}

- name: Test source distribution
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7

- name: Download distributions
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand Down
8 changes: 4 additions & 4 deletions python/jupyter/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
version: "{{ python_version_primary }}"

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x

Expand Down Expand Up @@ -79,12 +79,12 @@ jobs:
run: make dist

- name: Test wheel
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}

- name: Test source distribution
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7

- name: Download distributions
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand Down
6 changes: 3 additions & 3 deletions python/pure/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
version: "{{ python_version_primary }}"

Expand Down Expand Up @@ -74,12 +74,12 @@ jobs:
run: make dist

- name: Test wheel
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}

- name: Test source distribution
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7

- name: Download distributions
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand Down
8 changes: 4 additions & 4 deletions python/rust/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
version: {% raw %}${{ matrix.python }}{% endraw %}

- name: Setup Rust
uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81
uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea

- name: Install dependencies
run: make develop
Expand Down Expand Up @@ -156,13 +156,13 @@ jobs:
if: matrix.target == 'native' && runner.os != 'Linux'

- name: Test wheel
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}
if: matrix.target == 'native' && runner.os == 'Linux'

- name: Test source distribution
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}
if: matrix.name == 'ubuntu-latest'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7

- name: Download distributions
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand Down
10 changes: 5 additions & 5 deletions python/rustjswasm/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
version: {% raw %}${{ matrix.python }}{% endraw %}

- name: Setup Rust
uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81
uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea

- name: Setup Node.js
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
with:
version: 22.x
if: matrix.target == 'native'
Expand Down Expand Up @@ -162,13 +162,13 @@ jobs:
if: matrix.target == 'native' && runner.os != 'Linux'

- name: Test wheel
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}
if: matrix.target == 'native' && runner.os == 'Linux'

- name: Test source distribution
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
with:
module: {{module}}
if: matrix.name == 'ubuntu-latest'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Setup Python
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7

- name: Download distributions
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand Down
Loading