Skip to content

Commit

Permalink
build: Use upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Sep 17, 2024
1 parent c25685d commit 5a79cf9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/action-common-python-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ runs:
- uses: actions/setup-python@v4
with:
python-version: "3.12"
architecture: ${{ inputs.python-architecture }}
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
architecture: ${{ inputs.python-architecture }}
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ inputs.rust-target }}
profile: minimal
default: true
profile: minimal
default: true
- name: Patch package metadata for grpc-web
shell: bash
if: inputs.package-name == 'qcs-sdk-python-grpc-web'
Expand Down Expand Up @@ -66,8 +66,8 @@ runs:
shell: bash
run: |
pip install ${{ inputs.package-name }} --find-links dist --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels_${{ inputs.package-name }}
path: dist
path: dist

0 comments on commit 5a79cf9

Please sign in to comment.