We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3985793 commit a39a31cCopy full SHA for a39a31c
.github/workflows/release.yml
@@ -14,11 +14,19 @@ jobs:
14
uses: mamba-org/provision-with-micromamba@main
15
with:
16
channels: conda-forge
17
+ environment-file: false
18
+ environment-name: ipympl-release
19
+ extra-specs: |
20
+ python=3.9
21
+ jupyterlab
22
+ yarn
23
+ matplotlib
24
+ ipywidgets
25
+ jupyter-packaging=0.7
26
27
- name: Install dependencies
28
run: |
- mamba install -c conda-forge python=3.9 jupyterlab yarn matplotlib ipywidgets jupyter-packaging=0.7
- pip install twine wheel build
29
+ python -m pip install twine wheel build
30
31
- name: Publish the Python package
32
env:
0 commit comments