Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:

- if: runner.os == 'Linux'
name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@4d1a9421a8c84036989276ddf3dbd24aa48b8111
uses: install-pinned/maturin-with-zig@f2d528f09a3bbfb659c9959647d05c64874401d8
- if: runner.os != 'Linux'
name: Install maturin from PyPI
uses: install-pinned/maturin@239b89ed00a1af9a610f3623e6d8b07d1bd8f88f
uses: install-pinned/maturin@2b1e63c9d1c75642660f559ebf5dacab346d0555

- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: python .github/scripts/pin-versions.py
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
- uses: ./.github/actions/setup
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@4d1a9421a8c84036989276ddf3dbd24aa48b8111
uses: install-pinned/maturin-with-zig@f2d528f09a3bbfb659c9959647d05c64874401d8
- run: maturin build --release ${{ matrix.args }}
working-directory: ./mitmproxy-linux
- run: test -f target/wheels/*-py3-none-*.whl # ensure we have a universal wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# TODO: This should ideally just reuse the main CI artifacts.
- uses: mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
- uses: ./.github/actions/setup
- uses: install-pinned/maturin-with-zig@4d1a9421a8c84036989276ddf3dbd24aa48b8111
- uses: install-pinned/maturin-with-zig@f2d528f09a3bbfb659c9959647d05c64874401d8
- uses: install-pinned/mypy@75779f141592e4909d64e13f8a1861f06aa9cd8d
- uses: install-pinned/pdoc@69ba59f9699df21e1026110af4ec6b10a98cf5cd

Expand Down
Loading