Skip to content

chore(deps): bump actions/download-artifact in /.github/workflows #422

chore(deps): bump actions/download-artifact in /.github/workflows

chore(deps): bump actions/download-artifact in /.github/workflows #422

---
name: Python Build & Install Check
on: [push, pull_request]
permissions:
contents: read
jobs:
python-build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install Build Tools
run: pip install build
- name: Build Package
run: python -m build
- name: Install Package
run: pip install dist/*.whl