Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish-Anadv-07 authored Oct 26, 2023
1 parent ba4b656 commit 15c8c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
git fetch --all
git checkout version
bash version_update.sh
cat version.py
python3 setup.py sdist bdist_wheel
twine upload dist/* -u ${{secrets.PYPI_USER}} -p ${{secrets.PYPI_PASSWORD}}
twine upload dist/* -u ${{secrets.PYPI_USER}}

0 comments on commit 15c8c89

Please sign in to comment.