Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group across 1 directory with 4 updates #182

Closed
Closed
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 @@ -92,7 +92,7 @@ jobs:

- if: runner.os == 'Linux'
name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
uses: install-pinned/maturin-with-zig@8e4ea1d1deb99cdca9f212c946e647f2f6f9d0b1
- if: runner.os != 'Linux'
name: Install maturin from PyPI
uses: install-pinned/maturin@3d59037009f92def8f023f3b3e4810179477786d
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
with:
python-version-file: .github/python-version.txt
- name: Install build from PyPI
uses: install-pinned/build@67851131466f5b68a159307abd07e57680a9b4fb
uses: install-pinned/build@aa7fb973fec4a5593736c5dc25b322120ca41a98
- run: python -m build --wheel ./mitmproxy-${{ matrix.os }} --outdir target/wheels/
- uses: actions/upload-artifact@v4
with:
Expand All @@ -198,7 +198,7 @@ jobs:
jobs: ${{ toJSON(needs) }}

deploy:
uses: mhils/workflows/.github/workflows/python-deploy.yml@v9
uses: mhils/workflows/.github/workflows/python-deploy.yml@v10
needs: check
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
timeout-minutes: 2
continue-on-error: true
- name: Install maturin[zig] from PyPI
uses: install-pinned/maturin-with-zig@4804d730717f28b7565e71e68e5c9fe8c4f9b089
uses: install-pinned/maturin-with-zig@8e4ea1d1deb99cdca9f212c946e647f2f6f9d0b1
- name: Install mypy from PyPI
uses: install-pinned/mypy@2b552bed479e3f7065314667b670f7303619e989
- name: Install pdoc from PyPI
uses: install-pinned/pdoc@183dbb3f880d8b80cf533186fbcbf4449a3c8bff
uses: install-pinned/pdoc@fd9469ecb06f32b7012e07e449ce98b217bf1189

- run: maturin build
working-directory: ./mitmproxy-rs
Expand Down
Loading