From 0497c6a950316b0c79754c6a4133f5bc348b444c Mon Sep 17 00:00:00 2001 From: Guillaume Bertrand Date: Sun, 19 Nov 2023 11:24:48 +0100 Subject: [PATCH] fix: release job --- .github/workflows/ci.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24b0491..8f2ec1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -449,9 +449,6 @@ jobs: - run: pip install -U twine - - name: check package version - run: python .github/check_version.py - - name: get dist artifacts uses: actions/download-artifact@v3 with: @@ -470,17 +467,4 @@ jobs: run: twine upload dist/* env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} - - - name: get wasm dist artifacts - uses: actions/download-artifact@v3 - with: - name: wasm_wheels - path: wasm - - - name: upload to github release - uses: softprops/action-gh-release@v1 - with: - files: | - wasm/*.whl - prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }} + TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file