Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit ca073c0

Browse files
authored
Update action.yml
1 parent fa2de9a commit ca073c0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ inputs:
5454
Publish to PyPi
5555
Default is false
5656
default: false
57-
CODECOV_TOKEN:
58-
description: |
59-
Publish to codecov
60-
default: ''
6157
# Advanced Settings
6258
args:
6359
description: |
@@ -168,10 +164,9 @@ runs:
168164
169165
flags=$(echo ${${{ inputs.args }}##* :-unittests})
170166
shell: bash
171-
- if: ${{ inputs.CODECOV_TOKEN != '' }}
167+
- if: ${{ inputs.pytest == 'true' }}
172168
uses: codecov/codecov-action@v3
173169
with:
174-
token: ${{ env.CODECOV_TOKEN }}
175170
flags: ${{ env.flags }}
176171

177172
- if: ${{ inputs.pypi_publish == 'true' }}

0 commit comments

Comments
 (0)