File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ jobs:
5050 uses : PyO3/maturin-action@v1
5151 with :
5252 command : publish
53- args : --username=__token__ --interpreter=python${{ matrix.python-version }} --target=x86_64-apple-darwin
53+ args : --username=__token__ --interpreter=python${{ matrix.python-version }} --target=x86_64-apple-darwin --no-sdist
5454 env :
5555 MATURIN_PASSWORD : ${{ secrets.pypi_password }}
5656 - name : Publish macOS (arm64) Package
5757 if : matrix.os == 'macos-latest'
5858 uses : PyO3/maturin-action@v1
5959 with :
6060 command : publish
61- args : --username=__token__ --interpreter=python${{ matrix.python-version }} --target=aarch64-apple-darwin
61+ args : --username=__token__ --interpreter=python${{ matrix.python-version }} --target=aarch64-apple-darwin --no-sdist
6262 env :
6363 MATURIN_PASSWORD : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 11[package ]
22name = " pydomainextractor"
3- version = " 0.13.2 "
3+ version = " 0.13.3 "
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.2 "
3+ version = " 0.13.3 "
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