Skip to content

Commit fcb7b1f

Browse files
fix: more release updates
1 parent 9b947e0 commit fcb7b1f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_for_pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ jobs:
8686
run: |
8787
ls -alrt */*/*
8888
mv */*/* dist/
89-
mv */* dist/
9089
ls -alrt */*
9190
find . -empty -type d -delete
91+
mv */* dist/
92+
find . -empty -type d -delete
9293
ls -alrt */*
9394
- name: Publish package to PyPi
9495
uses: pypa/gh-action-pypi-publish@release/v1

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)