Skip to content

Commit dcace1a

Browse files
committed
github: workflows: fix: undo pyproject.toml changes made by poetry install
1 parent 0e1f88e commit dcace1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Show pyproject.toml diff
3434
run: git diff pyproject.toml
3535

36+
- name: Undo any pyproject.toml changes
37+
run: git restore pyproject.toml
38+
3639
- run: poetry build
3740

3841
- name: Store the distribution packages

0 commit comments

Comments
 (0)