Skip to content

Commit

Permalink
fix: change name to codecov_cli for PEP625 (#577)
Browse files Browse the repository at this point in the history
* fix: change name to codecov_cli for PEP625

* fix: see the dist names

* fix: move the src file

* fix: log

* fix: more logs

* fix: more data

* fix: move it up

* fix: force the mv

* fix: more logs

* fix: logs

* fix

* fix: cleanup

* fix: try one-liner again

* fix: fine-tune

* fix: do what works
  • Loading branch information
thomasrockhu-codecov authored Jan 14, 2025
1 parent d700630 commit b0ffe8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_for_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
python setup.py sdist bdist_wheel --plat-name=manylinux2014_x86_64
python setup.py bdist_wheel --plat-name=macosx-12.6-universal2
python setup.py bdist_wheel --plat-name=win_amd64
cd dist
newfilename=$(ls | grep *.tar.gz | sed 's/codecov-cli/codecov_cli/')
ls | grep *.tar.gz | xargs -I x mv -- x "$newfilename"
ls -al
cd ..
- name: Publish package to PyPi
if: inputs.publish == true
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit b0ffe8f

Please sign in to comment.