Skip to content

Commit b028c21

Browse files
committed
Remove deprecated egg file before submitting package to pypi
1 parent db49886 commit b028c21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Build project
2626
run: python3 -m build
2727

28+
- name: Remove deprecated egg file
29+
run: rm dist/*.egg
30+
2831
- name: Check build
2932
run: python3 -m twine check dist/*
3033

0 commit comments

Comments
 (0)