Skip to content

Commit 2ea8eb2

Browse files
committed
foo
1 parent 1ddc60a commit 2ea8eb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-test-sdist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
python -m pip install poetry
33-
- name: Set epoch
34-
run: echo "SOURCE_DATE_EPOCH=0" >> $GITHUB_ENV
3533
- name: Prepare
3634
run: |
35+
export SOURCE_DATE_EPOCH=0
3736
env
3837
make prepare_for_pypi
3938
tar -tvf dist/*.tar.gz

0 commit comments

Comments
 (0)