Skip to content

Bump zipp from 3.15.0 to 3.19.1 #65

Bump zipp from 3.15.0 to 3.19.1

Bump zipp from 3.15.0 to 3.19.1 #65

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: poetry install --no-root
- name: Build figures
run: make all
- name: Upload files
uses: actions/upload-artifact@v2
with:
name: files
path: output/*.svg