Skip to content

Commit

Permalink
chore: remove use of deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Oct 9, 2024
1 parent 78e1a58 commit 4a02010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: PyO3/[email protected]
with:
command: build
args: --release -o dist --universal2 -m py/Cargo.toml
args: --release -o dist --target universal2-apple-darwin -m py/Cargo.toml
- name: Install runtime dependencies
run: python3 -m pip install --upgrade protobuf pytest click pyyaml jdot toml
- name: Install generated sdist
Expand Down

0 comments on commit 4a02010

Please sign in to comment.