File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 MATURIN_USERNAME : __token__
3131 MATURIN_PASSWORD : ${{ secrets.TEST_PYPI_TOKEN }}
3232
33- windows :
34- runs-on : windows-latest
35- strategy :
36- matrix :
37- target : [x64, x86]
38- steps :
39- - uses : actions/checkout@v3
40-
41- - name : Build wheels
42- uses : PyO3/maturin-action@v1
43- with :
44- target : ${{ matrix.target }}
45- args : --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 -i python3.13
46- sccache : ' true'
47-
48- - name : Upload wheels to Test PyPI
49- uses : PyO3/maturin-action@v1
50- with :
51- command : upload
52- args : --skip-existing dist/*
53- env :
54- MATURIN_REPOSITORY_URL : https://test.pypi.org/legacy/
55- MATURIN_USERNAME : __token__
56- MATURIN_PASSWORD : ${{ secrets.TEST_PYPI_TOKEN }}
57-
5833 macos :
5934 runs-on : macos-latest
6035 strategy :
Original file line number Diff line number Diff line change 11[package ]
22name = " prime_iroh"
3- version = " 0.3.0-dev0 "
3+ version = " 0.3.0-dev1 "
44edition = " 2024"
55
66[lib ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " prime_iroh"
7- version = " 0.3.0-dev0 "
7+ version = " 0.3.0-dev1 "
88authors = [{ name = " Mika Senghaas" , email = " mika@primeintellect.ai" }]
99description = " Asynchronous P2P communication backend for decentralized pipeline parallelism, built on top of Iroh"
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments