Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Nov 23, 2023
1 parent 21e54e9 commit caddf80
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@ jobs:
publish_release:
runs-on: ubuntu-latest
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
with:
environment-name: cad
environment-file: false
channels: conda-forge/label/jupyterlab_beta,conda-forge
extra-specs: |
python=3.9
jupyterlab=4
yarn=3
- name: Populate Release
id: populate-release
Expand Down

0 comments on commit caddf80

Please sign in to comment.