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

Commit 6433a47

Browse files
fix: more release updates
1 parent b68e7ae commit 6433a47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_for_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
run: |
8787
ls -alrt */*/*
8888
mv */*/* dist/
89-
mv dist/dist/* dist/
89+
mv */*/*/* dist/
9090
echo "Moved files"
91-
ls -alrt */*/*
91+
ls -alrt */*
9292
echo "Deleting empty directories"
9393
find . -empty -type d -delete
9494
ls -alrt */*

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)