Skip to content

Commit

Permalink
fix: substitute project name in python gpu build (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto authored Nov 14, 2023
1 parent e2f0c53 commit cc26c6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypi-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
python-version: 3.7
architecture: x64

- name: Set pyproject.toml version to match github tag
shell: bash
run: |
mv pyproject.toml pyproject.toml.orig
sed "s/ezkl/ezkl-gpu/" pyproject.toml.orig >pyproject.toml
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-27
Expand Down

0 comments on commit cc26c6d

Please sign in to comment.