File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 14
14
if : ${{ contains(github.ref, 'tljh-matlab') }}
15
15
16
16
runs-on : ubuntu-latest
17
+ defaults :
18
+ run :
19
+ working-directory : ./install_guides/the-littlest-jupyterhub/tljh-matlab
17
20
18
21
steps :
19
22
- uses : actions/checkout@v4
@@ -26,12 +29,10 @@ jobs:
26
29
- name : Install dependencies
27
30
run : |
28
31
python -m pip install --upgrade pip
29
- cd ./install_guides/the-littlest-jupyterhub/tljh-matlab
30
32
pip install build
31
33
32
34
- name : Build package
33
35
run : |
34
- cd ./install_guides/the-littlest-jupyterhub/tljh-matlab
35
36
python -m build
36
37
37
38
- name : Upload distributions
60
61
61
62
- name : Publish to PyPI.
62
63
uses : pypa/gh-action-pypi-publish@release/v1
63
- with :
64
- packages-dir : install_guides/the-littlest-jupyterhub/tljh-matlab
64
+ # with:
65
+ # packages-dir: install_guides/the-littlest-jupyterhub/tljh-matlab
You can’t perform that action at this time.
0 commit comments