File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ inputs:
19
19
required : false
20
20
default : ' 3.10'
21
21
type : string
22
- use-python-cache :
23
- description : ' Whether to use Python cache or not. Requires a pyproject.toml file.'
24
- default : true
25
- required : false
26
- type : boolean
27
22
28
23
runs :
29
24
using : " composite"
37
32
twine-username : ${{ inputs.twine-username }}
38
33
twine-token : ${{ inputs.twine-token }}
39
34
python-version : ${{ inputs.python-version }}
40
- use-python-cache : ${{ inputs.use-python-cache }}
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ inputs:
19
19
required : false
20
20
default : ' 3.10'
21
21
type : string
22
- use-python-cache :
23
- description : ' Whether to use Python cache or not. Requires a pyproject.toml file.'
24
- default : true
25
- required : false
26
- type : boolean
27
22
28
23
runs :
29
24
using : " composite"
37
32
twine-username : ${{ inputs.twine-username }}
38
33
twine-token : ${{ inputs.twine-token }}
39
34
python-version : ${{ inputs.python-version }}
40
- use-python-cache : ${{ inputs.use-python-cache }}
You can’t perform that action at this time.
0 commit comments