Skip to content

Commit

Permalink
Fix 3.10 reference in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Aug 30, 2022
1 parent 832c3eb commit 5dd53dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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__
Expand Down

0 comments on commit 5dd53dc

Please sign in to comment.