Skip to content

Commit f2170b7

Browse files
committed
.egg files aren't built anymore
1 parent d2f5994 commit f2170b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
export tag_name="${GITHUB_REF##*/}"
131131
python create_dist_summary.py
132132
assets=()
133-
for asset in ./dist/*.{whl,egg,tar.gz}; do
133+
for asset in ./dist/*.{whl,tar.gz}; do
134134
assets+=("-a" "$asset")
135135
done
136136
tag_name="${GITHUB_REF##*/}"

0 commit comments

Comments
 (0)