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

Commit 7440fc8

Browse files
fix: update tool.setuptools
1 parent 5741400 commit 7440fc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_for_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
steps:
6868
- name: Download all the dists
6969
uses: actions/download-artifact@v4
70-
- name: Display all files in dist/
70+
- name: Display all files
7171
run: |
72-
ls -al dist/
72+
ls -al
7373
- name: Sign the dists with Sigstore
7474
uses: sigstore/[email protected]
7575
with:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ version = "10.0.1"
3030
[project.scripts]
3131
codecovcli = "codecov_cli.main:run"
3232

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

0 commit comments

Comments
 (0)