File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 python-version :
13- - ' 3.7'
14- - ' 3.8'
15- - ' 3.9'
16- - ' 3.10'
17- - ' 3.11'
13+ - " 3.7"
14+ - " 3.8"
15+ - " 3.9"
16+ - " 3.10"
17+ - " 3.11"
1818 os :
1919 - ubuntu-latest
2020 - macos-latest
3737 run : |
3838 rustup target add x86_64-apple-darwin
3939 rustup target add aarch64-apple-darwin
40+ rustup target add aarch64-unknown-linux-gnu
4041 - name : Publish Package
4142 uses : PyO3/maturin-action@v1
4243 with :
6061 command : publish
6162 args : --username=__token__ --interpreter=python${{ matrix.python-version }} --target=aarch64-apple-darwin --no-sdist
6263 env :
63- MATURIN_PASSWORD : ${{ secrets.pypi_password }}
64+ MATURIN_PASSWORD : ${{ secrets.pypi_password }}
65+ - name : Publish Linux (arm64) Package
66+ if : matrix.os == 'ubuntu-latest'
67+ uses : PyO3/maturin-action@v1
68+ with :
69+ command : publish
70+ args : --username=__token__ --interpreter=python${{ matrix.python-version }} --target=aarch64-unknown-linux-gnu --no-sdist
71+ env :
72+ MATURIN_PASSWORD : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 11[package ]
22name = " pydomainextractor"
3- version = " 0.13.5 "
3+ version = " 0.13.6 "
44authors = [" Gal Ben David <gal@intsights.com>" ]
55edition = " 2021"
66description = " A blazingly fast domain extraction library written in Rust"
Original file line number Diff line number Diff line change 11[project ]
22name = " pydomainextractor"
3- version = " 0.13.5 "
3+ version = " 0.13.6 "
44description = " A blazingly fast domain extraction library written in Rust"
55authors = [
66 {email = " gal@intsights.com" },
You can’t perform that action at this time.
0 commit comments