Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]

- uses: messense/[email protected].0
- uses: messense/[email protected].4
with:
manylinux: auto
command: build
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]

- uses: messense/[email protected].0
- uses: messense/[email protected].4
with:
command: build
args: --release -o dist --manifest-path=ffmpegwithpy-rust/Cargo.toml --find-interpreter
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]

- uses: messense/[email protected].0
- uses: messense/[email protected].4
with:
command: build
args: --release -o dist --target universal2-apple-darwin --manifest-path=ffmpegwithpy-rust/Cargo.toml --find-interpreter
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
with:
name: wheels
- name: Publish to PyPI
uses: messense/[email protected].0
uses: messense/[email protected].4
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
Expand Down