Apply pip compile (generate lockfiles) #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Apply pip compile (generate lockfiles) | |
on: workflow_dispatch | |
jobs: | |
apply-pip-compile: | |
name: Apply pip compile | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: deargen/workflows/actions/apply-pip-compile@master | |
with: | |
pyproject-toml-file: pyproject.toml | |
requirements-in-dir: deps | |
requirements-out-dir: deps/lock | |
python-platforms: x86_64-manylinux_2_28,aarch64-apple-darwin,x86_64-apple-darwin,x86_64-pc-windows-msvc |