Skip to content

remove pypi workflow #3

remove pypi workflow

remove pypi workflow #3

Workflow file for this run

name: Pip-Audit
"on":
push:
pull_request:
jobs:
selftest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: .python-version
cache: 'pip'
- uses: taiki-e/install-action@just
- name: Install Dependencies
run: just install
- uses: pypa/[email protected]