Skip to content

Commit

Permalink
chore: Speed up release. To be reverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Apr 2, 2024
1 parent 1e5d8a8 commit bd27d0d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd27d0d

Please sign in to comment.