Skip to content

Commit

Permalink
build for more python versions in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Apr 4, 2023
1 parent aae6e35 commit 932d40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
strategy:
matrix:
target: [x64, x86]
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flatterer"
version = "0.18.1"
version = "0.18.2"
authors = ["David Raznick <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 932d40c

Please sign in to comment.