File tree Expand file tree Collapse file tree 4 files changed +0
-47
lines changed
Expand file tree Collapse file tree 4 files changed +0
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2626 uses : actions/setup-python@v5
2727 with :
2828 python-version : " 3.11"
29- - uses : ./.github/actions/cache
3029 - name : Install dependencies
3130 run : |
3231 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
24- - uses : ./.github/actions/cache
2524 - name : Set up Python
2625 uses : actions/setup-python@v5
2726 with :
6160 - uses : actions/checkout@v4
6261 with :
6362 fetch-depth : 0
64- - uses : ./.github/actions/cache
6563 - name : Publish Crates
6664 env :
6765 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 3838 uses : actions/setup-python@v5
3939 with :
4040 python-version : 3.8
41- - uses : ./.github/actions/cache
4241 - name : Install dependencies
4342 run : |
4443 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments