We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b028c21 commit 4f3c743Copy full SHA for 4f3c743
.github/workflows/publish-python-package.yml
@@ -26,7 +26,7 @@ jobs:
26
run: python3 -m build
27
28
- name: Remove deprecated egg file
29
- run: rm dist/*.egg
+ run: rm -f dist/*.egg
30
31
- name: Check build
32
run: python3 -m twine check dist/*
0 commit comments