Skip to content

Commit 932d40c

Browse files
committed
build for more python versions in windows
1 parent aae6e35 commit 932d40c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ jobs:
4444
strategy:
4545
matrix:
4646
target: [x64, x86]
47+
python-version: ['3.8', '3.9', '3.10', '3.11']
4748
steps:
4849
- uses: actions/checkout@v3
4950
- uses: actions/setup-python@v4
5051
with:
51-
python-version: 3.9
52+
python-version: ${{ matrix.python-version }}
5253
architecture: ${{ matrix.target }}
5354
- uses: dtolnay/rust-toolchain@stable
5455
- name: Build wheels

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flatterer"
3-
version = "0.18.1"
3+
version = "0.18.2"
44
authors = ["David Raznick <kindly@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)