Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish-Anadv-07 authored Feb 15, 2024
1 parent b002752 commit cc47028
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install required dependencies
run: |

- name: Build Pypi Files
run: |
pip install --upgrade pip
pip install --upgrade setuptools
pip install wheel
pip install twine
- name: Build Pypi Files
run: |
git config --global user.name "${{secrets.GIT_USER}}"
git config --global user.email "${{secrets.GIT_GMAIL}}"
rm -rf build dist gunfolds.egg-info
Expand Down

0 comments on commit cc47028

Please sign in to comment.