From 2945a43980d1f2fc06b766cf9dc1f9b0db18a158 Mon Sep 17 00:00:00 2001 From: 0xd4d Date: Sat, 12 Dec 2020 15:27:59 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b691cede..96a174cd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -481,16 +481,16 @@ jobs: dotnet nuget push "$file" --api-key "${{secrets.NUGET_APIKEY}}" --source https://api.nuget.org/v3/index.json done - - name: Upload to crates.io - if: startsWith(github.ref, 'refs/tags/') - shell: bash - run: | - git clean -xdf - git checkout . - cd src/rust/iced-x86 - cargo login --color always -- "${{secrets.CRATES_IO_TOKEN}}" - # --no-verify: we've tested building everything already - cargo publish --color always --no-verify + # - name: Upload to crates.io + # if: startsWith(github.ref, 'refs/tags/') + # shell: bash + # run: | + # git clean -xdf + # git checkout . + # cd src/rust/iced-x86 + # cargo login --color always -- "${{secrets.CRATES_IO_TOKEN}}" + # # --no-verify: we've tested building everything already + # cargo publish --color always --no-verify - name: Upload to pypi.org if: startsWith(github.ref, 'refs/tags/')