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 committed Oct 27, 2023
1 parent a5149ba commit 03746e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
pip install .
cd ..
python3 setup.py install
ls
pip install sphinx-copybutton
pip install furo
pip install wheel
Expand All @@ -37,6 +36,7 @@ jobs:
run: |
cd sphinx-build
make clean html
rm -rf build dist gunfolds.egg-info
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand All @@ -51,6 +51,5 @@ 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}}

0 comments on commit 03746e1

Please sign in to comment.