Skip to content

Commit

Permalink
build: remove Ion.egg-info and build_sources.sh
Browse files Browse the repository at this point in the history
Python eggs are no longer supported: they have been entirely replaced by
wheels. Therefore, carrying around an `Ion.egg-info` and having to build
sources is highly unnecessary.
  • Loading branch information
krishnans2006 authored and alanzhu0 committed Aug 13, 2024
1 parent edec103 commit 1888e89
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3,990 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@
"name": "Regenerate workflow YAML file and check for changes",
"run": "./scripts/build_ensure_no_changes.sh ./ci/regen-workflow.py"
},
{
"name": "Build sources",
"run": "./scripts/build_ensure_no_changes.sh ./scripts/build_sources.sh"
},
{
"name": "Check for changes to CI spec",
"run": "./scripts/build_ensure_no_changes.sh ./ci/regen-workflow.py"
Expand Down
110 changes: 0 additions & 110 deletions Ion.egg-info/PKG-INFO

This file was deleted.

Loading

0 comments on commit 1888e89

Please sign in to comment.