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.
1 parent 7957a60 commit 819c0f0Copy full SHA for 819c0f0
.github/workflows/deploy-wheels.yml
@@ -25,10 +25,10 @@ jobs:
25
arch: ["x86"]
26
steps:
27
- name: Check out repository
28
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
29
30
- name: Set up Python ${{ matrix.python }}
31
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
32
with:
33
python-version: ${{ matrix.python }}
34
architecture: "x86"
@@ -56,10 +56,10 @@ jobs:
56
arch: ["AMD64"]
57
58
59
60
61
62
63
64
65
architecture: "x64"
0 commit comments