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 b3fde67 commit fa3ee01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Publish to Pypi
run: |
git config --local user.name "gunfoldspypi"
git config --local user.email "[email protected]"
mkdir testgunfolds
cd testgunfolds
git config --global user.name "gunfoldspypi"
git config --global user.email "[email protected]"
git clone https://github.com/neuroneural/gunfolds.git
cd gunfolds
git config --list
Expand Down

0 comments on commit fa3ee01

Please sign in to comment.