Skip to content

Commit 4619170

Browse files
committed
fix: retarget to GuillaumeLessard org (qectorlab account billing lock)
1 parent bfd19d3 commit 4619170

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
runs-on: ubuntu-latest
257257
if: >
258258
startsWith(github.ref, 'refs/tags/v') &&
259-
github.repository == 'qectorlab/qector-decoder' &&
259+
github.repository == 'GuillaumeLessard/qector-decoder' &&
260260
github.event_name != 'pull_request'
261261
needs: [linux-x86_64, windows-x64, macos-intel, macos-arm, sdist]
262262
environment: pypi

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Source-available Rust QEC decoder core (Union-Find, exact polynom
77
license-file = "LICENSE"
88
publish = true
99
homepage = "https://www.qector.store"
10-
repository = "https://github.com/qectorlab/qector-decoder"
10+
repository = "https://github.com/GuillaumeLessard/qector-decoder"
1111
readme = "README.md"
1212
keywords = ["quantum", "error-correction", "decoder", "mwpm", "qec"]
1313
categories = ["science", "algorithms"]

OIDC_SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Complete these steps **once** in a browser before pushing the first release tag.
2424

2525
## Step 2: GitHub Environment (1 minute)
2626

27-
1. Go to <https://github.com/qectorlab/qector-decoder/settings/environments>
27+
1. Go to <https://github.com/GuillaumeLessard/qector-decoder/settings/environments>
2828
2. Click **New environment**
2929
3. Name it exactly: `pypi`
3030
4. Click **Configure environment**
@@ -38,7 +38,7 @@ Complete these steps **once** in a browser before pushing the first release tag.
3838

3939
The Rust source archive was split across **three** secrets and uploaded automatically.
4040
To verify they are present, go to:
41-
<https://github.com/qectorlab/qector-decoder/settings/secrets/actions>
41+
<https://github.com/GuillaumeLessard/qector-decoder/settings/secrets/actions>
4242

4343
You should see: `RUST_SRC_B64_1`, `RUST_SRC_B64_2`, `RUST_SRC_B64_3`
4444

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ all = [
7777

7878
[project.urls]
7979
Homepage = "https://www.qector.store"
80-
Repository = "https://github.com/qectorlab/qector-decoder.git"
81-
Issues = "https://github.com/qectorlab/qector-decoder/issues"
80+
Repository = "https://github.com/GuillaumeLessard/qector-decoder.git"
81+
Issues = "https://github.com/GuillaumeLessard/qector-decoder/issues"
8282
"Commercial licensing" = "mailto:admin@qector.store"
8383

8484
[tool.maturin]

0 commit comments

Comments
 (0)