Skip to content

Commit 6610022

Browse files
committed
Update CI
1 parent ef12eaa commit 6610022

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-module.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: 3.9
2727
- uses: actions/setup-python@v2
2828
with:
29-
python-version: 3.10
29+
python-version: "3.10"
3030

3131
- name: Install Rust
3232
uses: actions-rs/toolchain@v1
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v2
6565
- uses: actions/setup-python@v2
6666
with:
67-
python-version: 3.10
67+
python-version: "3.10"
6868
architecture: ${{ matrix.target }}
6969

7070
- name: Install Rust
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v2
9898
- uses: actions/setup-python@v2
9999
with:
100-
python-version: 3.10
100+
python-version: "3.10"
101101

102102
- name: Install Rust toolchain
103103
uses: actions-rs/toolchain@v1
@@ -131,7 +131,7 @@ jobs:
131131
{ version: 3.7, lib: "cp37-cp37m" },
132132
{ version: 3.8, lib: "cp38-cp38" },
133133
{ version: 3.9, lib: "cp39-cp39" },
134-
{ version: 3.10, lib: "cp310-cp310" }
134+
{ version: "3.10", lib: "cp310-cp310" }
135135
]
136136
steps:
137137
- uses: actions/checkout@v2
@@ -174,7 +174,7 @@ jobs:
174174
name: wheels
175175
- uses: actions/setup-python@v2
176176
with:
177-
python-version: 3.10
177+
python-version: "3.10"
178178
- name: Publish to PyPi
179179
env:
180180
TWINE_USERNAME: __token__

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)