Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit ce35503

Browse files
fix: backend?
1 parent 98a39c7 commit ce35503

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push]
33
jobs:
44
build:
5-
runs-on: ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac
5+
runs-on: ubuntu-latest
66
defaults:
77
run:
88
shell: bash -l {0}

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)