Skip to content

Commit 43c72ab

Browse files
committed
BUG: Avoid python cache in releasing
1 parent f158cf0 commit 43c72ab

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

release-pypi-public/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ inputs:
1919
required: false
2020
default: '3.10'
2121
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
2722

2823
runs:
2924
using: "composite"
@@ -37,4 +32,3 @@ runs:
3732
twine-username: ${{ inputs.twine-username }}
3833
twine-token: ${{ inputs.twine-token }}
3934
python-version: ${{ inputs.python-version }}
40-
use-python-cache: ${{ inputs.use-python-cache }}

release-pypi-test/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ inputs:
1919
required: false
2020
default: '3.10'
2121
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
2722

2823
runs:
2924
using: "composite"
@@ -37,4 +32,3 @@ runs:
3732
twine-username: ${{ inputs.twine-username }}
3833
twine-token: ${{ inputs.twine-token }}
3934
python-version: ${{ inputs.python-version }}
40-
use-python-cache: ${{ inputs.use-python-cache }}

0 commit comments

Comments
 (0)