Skip to content

Commit

Permalink
Update release script (#227)
Browse files Browse the repository at this point in the history
* Update release script

* Update .github/workflows/publish-release.yml

Co-authored-by: martinRenou <martin.renou@gmail.com>

---------

Co-authored-by: martinRenou <martin.renou@gmail.com>
  • Loading branch information
trungleduc and martinRenou authored Nov 23, 2023
1 parent 21e54e9 commit 5e1b571
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
extra-specs: |
python=3.9
jupyterlab=4
yarn=3
- name: Populate Release
id: populate-release
Expand Down

0 comments on commit 5e1b571

Please sign in to comment.