Skip to content

Commit

Permalink
Update the grep command to match template repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Nov 8, 2023
1 parent c54a5ca commit 1586d8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ notes:

release: clean
# require that upstream is configured for ethereum/web3.py
git remote -v | grep "upstream\[email protected]:ethereum/web3.py.git (push)\|upstream\thttps://github.com/ethereum/web3.py (push)"
@git remote -v | grep \
-e "upstream\[email protected]:ethereum/web3.py.git (push)" \
-Ee "upstream\thttps://(www.)?github.com/ethereum/web3.py \(push\)"
./newsfragments/validate_files.py is-empty
# verify that docs build correctly
make build-docs
Expand Down

0 comments on commit 1586d8c

Please sign in to comment.