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

Commit 3b989a1

Browse files
fix: more release updates
1 parent ef91666 commit 3b989a1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build_for_pypi.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ jobs:
8686
run: |
8787
ls -alrt */*/*
8888
mv */*/* dist/
89-
ls -alrt */*
90-
find . -empty -type d -delete
91-
mv */* dist/
89+
mv -r dist/dist/* dist/
90+
echo "Moved files"
91+
ls -alrt */*/*
92+
echo "Deleting empty directories"
9293
find . -empty -type d -delete
9394
ls -alrt */*
9495
- name: Publish package to PyPi

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)