File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments