Fix 3.10 reference in release.yaml

This commit is contained in:
Charlie Marsh 2022-08-29 22:01:26 -04:00
parent 832c3ebbd2
commit 5dd53dcf88
1 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,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
with:
@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
architecture: ${{ matrix.target }}
- name: Update rustup
run: rustup self update
@ -89,7 +89,7 @@ jobs:
default: true
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Build Wheels
uses: messense/maturin-action@v1
with:
@ -156,7 +156,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__