File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 #
3838 - name : Compute version info
3939 shell : bash
40- run : python "${{ github.workspace }}/ actions/update_recipe.py"
40+ run : python actions/update_recipe.py
4141 #
4242 - name : Create sdist
4343 run : pip install build && python -m build --sdist && mv dist/*.tar.gz ghostly-source.tar.gz
6464 #
6565 - name : Upload package
6666 shell : bash
67- run : python "${{ github.workspace }}/ actions/upload_package.py"
67+ run : python actions/upload_package.py
6868 env :
6969 ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
7070 ANACONDA_LABEL : dev
Original file line number Diff line number Diff line change 4141 #
4242 - name : Compute version info
4343 shell : bash
44- run : python "${{ github.workspace }}/ actions/update_recipe.py"
44+ run : python actions/update_recipe.py
4545 #
4646 - name : Create sdist
4747 run : pip install build && python -m build --sdist && mv dist/*.tar.gz ghostly-source.tar.gz
6868 #
6969 - name : Upload package
7070 shell : bash
71- run : python "${{ github.workspace }}/ actions/upload_package.py"
71+ run : python actions/upload_package.py
7272 env :
7373 ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
7474 ANACONDA_LABEL : main
Original file line number Diff line number Diff line change 4040 #
4141 - name : Compute version info
4242 shell : bash
43- run : python "${{ github.workspace }}/ actions/update_recipe.py"
43+ run : python actions/update_recipe.py
4444 #
4545 - name : Create sdist
4646 run : pip install build && python -m build --sdist && mv dist/*.tar.gz ghostly-source.tar.gz
You can’t perform that action at this time.
0 commit comments