Skip to content

Commit 93e5dc0

Browse files
fix: more release updates
1 parent 2219739 commit 93e5dc0

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_for_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
run: |
8787
ls -alrt */*/*
8888
mv */*/* dist/
89+
mv */* dist/
8990
ls -alrt */*
9091
find . -empty -type d -delete
9192
ls -alrt */*

.github/workflows/create_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
with:
18+
fetch-depth: 0
1819
fetch-tags: true
1920

2021
- id: get-release-vars

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)