Skip to content

Commit

Permalink
[sc-61963] Use twine to upload dist
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradev committed Oct 9, 2024
1 parent cf11f25 commit 1920787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
sed -i s/version=VERSION/version=\"0.0.1+${GITHUB_REF##*/}\"/g setup.py
python -m pip install --user --upgrade pip setuptools wheel
python -m pip install --user --upgrade setuptools wheel twine
pip install -r requirements.txt
python setup.py sdist bdist_wheel
python setup.py bdist_wheel upload -r local
twine upload -r local ./dist/*

0 comments on commit 1920787

Please sign in to comment.