Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 13, 2024
1 parent 0261322 commit 918ab83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
working-directory: ./crates/python
run: |
pip install toml
python crates/python/scripts/patch_package_name.py
python scripts/patch_package_name.py
- name: Build wheels - universal2
# universal2 supports both x86_64 and aarch64
uses: messense/maturin-action@v1
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
working-directory: ./crates/python
run: |
pip install toml
python crates/python/scripts/patch_package_name.py
python scripts/patch_package_name.py
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
working-directory: ./crates/python
run: |
pip install toml
python crates/python/scripts/patch_package_name.py
python scripts/patch_package_name.py
- name: Build sdist
uses: messense/maturin-action@v1
with:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
working-directory: ./crates/python
run: |
pip install toml
python crates/python/scripts/patch_package_name.py
python scripts/patch_package_name.py
# - name: Publish to PyPI
# uses: messense/maturin-action@v1
# with:
Expand Down

0 comments on commit 918ab83

Please sign in to comment.