Skip to content

Commit 16812ff

Browse files
committed
fix (cd): temporarily commented out cargo and pypi publishing
Signed-off-by: rafaeljohn9 <rafaeljohb@gmail.com>
1 parent 04f8095 commit 16812ff

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release-tag.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
build:
1010
uses: ./.github/workflows/build-binaries.yml
1111

12-
publish-pypi:
13-
uses: ./.github/workflows/publish-pypi.yml
14-
needs: build # ← Can run after build, even in parallel with cargo
15-
secrets:
16-
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
12+
# publish-pypi:
13+
# uses: ./.github/workflows/publish-pypi.yml
14+
# needs: build # ← Can run after build, even in parallel with cargo
15+
# secrets:
16+
# PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
1717

18-
publish-cargo:
19-
uses: ./.github/workflows/publish-cargo.yml
20-
secrets:
21-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
18+
# publish-cargo:
19+
# uses: ./.github/workflows/publish-cargo.yml
20+
# secrets:
21+
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2222

2323
publish-npm:
2424
uses: ./.github/workflows/publish-npm.yml

0 commit comments

Comments
 (0)