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.
2 parents 0decb11 + 33ccb71 commit 7e1cf12Copy full SHA for 7e1cf12
.github/workflows/publish.yml
@@ -61,6 +61,7 @@ jobs:
61
run: |
62
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
63
poetry version ${{ env.VERSION }}
64
+ export SOURCE_DATE_EPOCH=$(date +%s) # https://github.com/cortexapps/cli/issues/121
65
poetry build
66
poetry publish
67
sha=$(sha256sum dist/*.tar.gz | awk '{ print $1 }')
0 commit comments