Improrted fix from fpydocs.

This commit is contained in:
Franco Masotti 2021-12-21 23:19:39 +01:00
parent adf5a0742e
commit f576155db6
Signed by: frnmst
GPG Key ID: 24116ED85666780A
1 changed files with 1 additions and 1 deletions

View File

@ -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: