Skip to content

Commit

Permalink
.egg files aren't built anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Oct 24, 2024
1 parent d2f5994 commit f2170b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
export tag_name="${GITHUB_REF##*/}"
python create_dist_summary.py
assets=()
for asset in ./dist/*.{whl,egg,tar.gz}; do
for asset in ./dist/*.{whl,tar.gz}; do
assets+=("-a" "$asset")
done
tag_name="${GITHUB_REF##*/}"
Expand Down

0 comments on commit f2170b7

Please sign in to comment.