Skip to content

Commit

Permalink
rfe: Remove deprecated build egg package
Browse files Browse the repository at this point in the history
egg had been replaced with wheel format, and should not be used anymore.

Refs: https://packaging.python.org/en/latest/discussions/package-formats/#what-about-eggs
Signed-off-by: Yihuang Yu <[email protected]>
  • Loading branch information
PaulYuuu committed Jun 11, 2024
1 parent 46f9738 commit c0dd58a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,4 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: Build eggs
run: python setup.py bdist_egg
- run: echo "🥑 This job's status is ${{ job.status }}."

0 comments on commit c0dd58a

Please sign in to comment.