We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a39c7 commit ce35503Copy full SHA for ce35503
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: CI
2
on: [push]
3
jobs:
4
build:
5
- runs-on: ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac
+ runs-on: ubuntu-latest
6
defaults:
7
run:
8
shell: bash -l {0}
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"
0 commit comments