From bd27d0dec57f470c95cd5bb68c0097a5ce93fc22 Mon Sep 17 00:00:00 2001 From: Martin Turoci Date: Tue, 2 Apr 2024 19:50:40 +0200 Subject: [PATCH] chore: Speed up release. To be reverted. --- .github/workflows/release-wave.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/release-wave.yml b/.github/workflows/release-wave.yml index 741b679348..afe596f9ed 100644 --- a/.github/workflows/release-wave.yml +++ b/.github/workflows/release-wave.yml @@ -46,11 +46,11 @@ jobs: env: NODE_OPTIONS: "--max-old-space-size=8192" - - name: Unit Test - run: | - make test-ui-ci - make setup-py-tests - make test-py-ci + # - name: Unit Test + # run: | + # make test-ui-ci + # make setup-py-tests + # make test-py-ci - name: Create GitHub Release id: create_release @@ -79,16 +79,16 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Publish to Conda - uses: marek-mihok/publish_conda_package_action@v1.0.1 - with: - CondaDir: "py/h2o_wave/conda" - Platforms: "noarch" - CondaUsername: ${{ secrets.CONDA_USERNAME }} - CondaPassword: ${{ secrets.CONDA_PASSWORD }} - env: - # VERSION clashes with conda build. Use PKG_VERSION instead. - PKG_VERSION: ${{ env.VERSION }} + # - name: Publish to Conda + # uses: marek-mihok/publish_conda_package_action@v1.0.1 + # with: + # CondaDir: "py/h2o_wave/conda" + # Platforms: "noarch" + # CondaUsername: ${{ secrets.CONDA_USERNAME }} + # CondaPassword: ${{ secrets.CONDA_PASSWORD }} + # env: + # # VERSION clashes with conda build. Use PKG_VERSION instead. + # PKG_VERSION: ${{ env.VERSION }} - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@master