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 25, 2023
1 parent 355c240 commit e4aa52a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ jobs:
- name: Publish to Pypi
run: |
git remote set-url origin https://github.com/neuroneural/gunfolds.git
git clone https://github.com/neuroneural/gunfolds.git
cd gunfolds
git config --list
bash version_update.sh
python3 setup.py sdist bdist_wheel
twine upload dist/* -u ${{secrets.PYPI_USER}}
twine upload dist/* -u ${{secrets.PYPI_USER}}
cd ..
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit e4aa52a

Please sign in to comment.