Skip to content

fix \int to int in comments to shut up stupid python escape whinging #2

fix \int to int in comments to shut up stupid python escape whinging

fix \int to int in comments to shut up stupid python escape whinging #2

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install build tools
run: pip install build
- name: Build package
run: python -m build