Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b74a5b commit ee8b09fCopy full SHA for ee8b09f
Makefile
@@ -17,7 +17,7 @@ release: clean
17
force_release: clean
18
git push --tags origin master
19
python3 setup.py sdist bdist_wheel
20
- twine upload --sign-with 763629FEC8788FC35128B5F6EE029D1E5EB40300 dist/*
+ twine upload -s --sign-with 763629FEC8788FC35128B5F6EE029D1E5EB40300 dist/*
21
22
docker-build:
23
docker build --quiet -t gitpython:xenial -f Dockerfile .
0 commit comments