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

Commit 9260e21

Browse files
fix: more release updates
1 parent 10f069f commit 9260e21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_for_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
- name: Display and move artifacts
8686
run: |
8787
ls -alrt */*/*
88-
mv */*/* dist/
8988
mv */*/*/* dist/
89+
mv */*/* dist/
9090
echo "Moved files"
9191
ls -alrt */*
9292
echo "Deleting empty directories"

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)