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

Commit 1397596

Browse files
fix: more release updates
1 parent 0738af4 commit 1397596

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release_flow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
secrets: inherit
2727

2828
publish_to_pypi:
29-
if: inputs.publish == true || false
3029
needs:
3130
- build_for_pypi
3231
permissions:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = {file = "LICENSE"}
2626
name = "codecov-cli"
2727
readme = "README.md"
2828
requires-python = ">= 3.9"
29-
version = "10.1.0"
29+
version = "10.0.1"
3030

3131
[project.scripts]
3232
codecov = "codecov_cli.main:run"

0 commit comments

Comments
 (0)