We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d38fa0 commit 6103d49Copy full SHA for 6103d49
1 file changed
.github/workflows/build.yml
@@ -22,6 +22,9 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
25
+ - name: Prework
26
+ run: touch pyproject.toml
27
+
28
- name: Setup Python
29
uses: actions-ext/python/setup@main
30
with:
0 commit comments