File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,11 @@ on: push
44jobs :
55 build :
66 runs-on : ubuntu-latest
7- strategy :
8- matrix :
9- python-version : ["3.9"]
107 steps :
118 - uses : actions/checkout@v4
129 - name : Install Python
1310 uses : actions/setup-python@v4
1411 - name : Install the latest version of rye
1512 uses : eifinger/setup-rye@v2
16- with :
17- enable-cache : true
18- cache-prefix : ${{ matrix.python-version }}
19- - name : Pin python-version ${{ matrix.python-version }}
20- if : steps.setup-rye.outputs.cache-hit != 'true'
21- run : rye pin ${{ matrix.python-version }}
22- - name : Install dependencies
23- if : steps.setup-rye.outputs.cache-hit != 'true'
24- run : |
25- rye sync --no-lock
26- # - name: Build with Rye
27- # run: rye build
13+ - name : Build with Rye
14+ run : rye build
You can’t perform that action at this time.
0 commit comments