Skip to content

Commit

Permalink
remove loading binaries from release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jan 4, 2025
1 parent 9d54514 commit 37cd6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 83 deletions.
76 changes: 0 additions & 76 deletions scripts/load_relevant_binaries.py

This file was deleted.

9 changes: 2 additions & 7 deletions scripts/shell/deploy_pypi.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
jq -c '.compiler[]' available_configs.json | while read config; do
export TAG=${config:1:${#config}-2}
export CLEAN=true
python3 scripts/load_relevant_binaries.py --tag $TAG
python -m build
python3 scripts/rename_wheels.py
done
python -m build
python3 scripts/rename_wheels.py
python3 -m twine upload dist/* -u "__token__" -p "$PYPI_PASSWORD" --verbose

0 comments on commit 37cd6c5

Please sign in to comment.