Skip to content

Commit 33ccb71

Browse files
Workaround for homebrew timestamp prior to 1980 zipfile error
1 parent 0decb11 commit 33ccb71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: |
6262
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
6363
poetry version ${{ env.VERSION }}
64+
export SOURCE_DATE_EPOCH=$(date +%s) # https://github.com/cortexapps/cli/issues/121
6465
poetry build
6566
poetry publish
6667
sha=$(sha256sum dist/*.tar.gz | awk '{ print $1 }')

0 commit comments

Comments
 (0)