Skip to content

Commit 4f3c743

Browse files
committed
Do not fail if .egg file does not exist when trying to delete it
1 parent b028c21 commit 4f3c743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: python3 -m build
2727

2828
- name: Remove deprecated egg file
29-
run: rm dist/*.egg
29+
run: rm -f dist/*.egg
3030

3131
- name: Check build
3232
run: python3 -m twine check dist/*

0 commit comments

Comments
 (0)