Skip to content

Update actions/download-artifact (https://github.com/advisories/GHSA-… #18

Update actions/download-artifact (https://github.com/advisories/GHSA-…

Update actions/download-artifact (https://github.com/advisories/GHSA-… #18

Workflow file for this run

name: build
on:
push:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: "3.9"
- name: Build sdist and wheel
run: |
python -m pip install -U build setuptools_scm
python -m build .
- uses: actions/upload-artifact@v3
with:
path: dist/*