Skip to content

Commit 9339fca

Browse files
committed
Use older version of poetry for sdist
Newer versions forces epoch 0 which is not nice
1 parent 21e8607 commit 9339fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install
2929
run: |
3030
python -m pip install --upgrade pip
31-
python -m pip install poetry
31+
python -m pip install poetry==1.7.1
3232
- name: Prepare
3333
run: |
3434
make prepare_for_pypi

0 commit comments

Comments
 (0)