Skip to content

Commit f1d2f10

Browse files
committed
Bump dev version
1 parent 977cf61 commit f1d2f10

3 files changed

Lines changed: 2 additions & 27 deletions

File tree

.github/workflows/test-release.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,6 @@ jobs:
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:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prime_iroh"
3-
version = "0.3.0-dev0"
3+
version = "0.3.0-dev1"
44
edition = "2024"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "prime_iroh"
7-
version = "0.3.0-dev0"
7+
version = "0.3.0-dev1"
88
authors = [{ name = "Mika Senghaas", email = "mika@primeintellect.ai" }]
99
description = "Asynchronous P2P communication backend for decentralized pipeline parallelism, built on top of Iroh"
1010
readme = "README.md"

0 commit comments

Comments
 (0)