Improrted fix from fpydocs.
This commit is contained in:
parent
adf5a0742e
commit
f576155db6
2
Makefile
2
Makefile
|
@ -58,7 +58,7 @@ dist:
|
|||
# https://github.com/pypa/setuptools/issues/1468
|
||||
# https://github.com/pypa/setuptools/issues/2133
|
||||
# https://reproducible-builds.org/docs/source-date-epoch/
|
||||
SOURCE_DATE_EPOCH=$$(git log -1 --pretty=%ct) pipenv run python setup.py bdist_wheel
|
||||
SOURCE_DATE_EPOCH=$$(git -c log.showSignature='false' log -1 --pretty=%ct) pipenv run python setup.py bdist_wheel
|
||||
pipenv run pipenv run twine check dist/*
|
||||
|
||||
upload:
|
||||
|
|
Loading…
Reference in New Issue