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 24, 2023
1 parent 98339d1 commit 1d95380
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Publish to Pypi
run: |
git config --global user.name "${{secrets.GIT_USER}}"
git config --global user.email "${{secrets.GIT_GMAIL}}"
bash version_update.sh
python3 setup.py sdist bdist_wheel
twine upload dist/* -u ${{secrets.PYPI_USER}} -p ${{secrets.PYPI_PASSWORD}}
Expand All @@ -47,4 +49,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: sphinx-build/_build/html
target-folder: docs
target-folder: docs

0 comments on commit 1d95380

Please sign in to comment.