Skip to content

Commit 7e1cf12

Browse files
Merge pull request #122 from cortexapps/121-homebrew-failure-zip-does-not-support-timestamps-before-1980
Workaround for homebrew timestamp prior to 1980 zipfile error #patch
2 parents 0decb11 + 33ccb71 commit 7e1cf12

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)