Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #7

Workflow file for this run

name: build
on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build for (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python-version: [3.9]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-python-and-package
with:
extras-require: publishing
- name: Verify that we can build the package
run: python3 -m build