Skip to content

Commit

Permalink
fix: see the dist names
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 14, 2025
1 parent 7c134a7 commit 9f23195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_for_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
python setup.py sdist bdist_wheel --plat-name=manylinux2014_x86_64
python setup.py bdist_wheel --plat-name=macosx-12.6-x86_64
python setup.py bdist_wheel --plat-name=win_amd64
cd dist && ls -al && cd ..
- name: Publish package to PyPi
if: inputs.publish == true
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = f.read()

setup(
name="codecov_cli",
name="codecov-cli",
version="9.1.1",
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
description="Codecov Command Line Interface",
Expand Down

0 comments on commit 9f23195

Please sign in to comment.