Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Oct 22, 2024
1 parent c72b53e commit bff7feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shell/deploy_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jq -c '.compiler[]' available_configs.json | while read config; do
python -m build
python3 scripts/rename_wheels.py
done
# python3 -m twine upload dist/* -u "__token__" -p "$PYPI_PASSWORD" --verbose
python3 -m twine upload dist/* -u "__token__" -p "$PYPI_PASSWORD" --verbose

0 comments on commit bff7feb

Please sign in to comment.