Skip to content

Commit

Permalink
Change signing key back to what it was
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 11, 2020
1 parent b860d18 commit e236853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ release: clean
force_release: clean
git push --tags origin master
python3 setup.py sdist bdist_wheel
twine upload -s -i 763629FEC8788FC35128B5F6EE029D1E5EB40300 dist/*
twine upload -s -i 2CF6E0B51AAF73F09B1C21174D1DA68C88710E60 dist/*

docker-build:
docker build --quiet -t gitpython:xenial -f Dockerfile .
Expand Down
2 changes: 1 addition & 1 deletion git/ext/gitdb
Submodule gitdb updated 2 files
+1 −1 Makefile
+1 −1 gitdb/ext/smmap

0 comments on commit e236853

Please sign in to comment.