Skip to content

Commit

Permalink
fix: update tool.setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 26, 2025
1 parent 5741400 commit 7440fc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_for_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
- name: Display all files in dist/
- name: Display all files
run: |
ls -al dist/
ls -al
- name: Sign the dists with Sigstore
uses: sigstore/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ version = "10.0.1"
[project.scripts]
codecovcli = "codecov_cli.main:run"

[tool.setuptools.packages.find]
include = ["codecov-cli*"]
[tool.setuptools]
packages = ["codecov_cli"]

0 comments on commit 7440fc8

Please sign in to comment.