Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Dec 6, 2021
1 parent ef12eaa commit 6610022
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: 3.9
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
architecture: ${{ matrix.target }}

- name: Install Rust
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
{ version: 3.7, lib: "cp37-cp37m" },
{ version: 3.8, lib: "cp38-cp38" },
{ version: 3.9, lib: "cp39-cp39" },
{ version: 3.10, lib: "cp310-cp310" }
{ version: "3.10", lib: "cp310-cp310" }
]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
name: wheels
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Publish to PyPi
env:
TWINE_USERNAME: __token__
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6610022

Please sign in to comment.