Skip to content

Made contextlib private in ScrollableContainers namespace (#25) #99

Made contextlib private in ScrollableContainers namespace (#25)

Made contextlib private in ScrollableContainers namespace (#25) #99

Workflow file for this run

name: build
on: [push, workflow_dispatch]
jobs:
build:
name: lint, install and package on amd64/archlinux:base
runs-on: ubuntu-22.04
container: amd64/archlinux:base
steps:
- uses: actions/checkout@v4
- run: |
pacman -Syu --needed --noconfirm python-pipx python-wxpython
pipx install hatch
pipx ensurepath
name: Install dependencies
# Use the full path because Hatch is not found for some reason.
- run: ~/.local/bin/hatch fmt --check
name: Lint
- run: ~/.local/bin/hatch -vv env create dev
name: Create editable installation
- run: ~/.local/bin/hatch build
name: Package into tarball and wheel