We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99a40bb + fec8876 commit fd2d7c8Copy full SHA for fd2d7c8
.github/workflows/dll.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: "3.10"
31
- uses: actions/setup-python@v4
32
with:
33
- python-version: "3.11-dev"
+ python-version: "3.11"
34
- name: Copy pythonXY.dll
35
shell: bash
36
run: |
@@ -53,7 +53,7 @@ jobs:
53
done
54
ls *.dll
55
- name: Upload DLLs
56
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
57
58
name: dll
59
path: |
.github/workflows/rust.yml
@@ -42,7 +42,7 @@ jobs:
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@v3
45
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
46
47
48
- name: Install ziglang package
0 commit comments