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 4f3c743 commit e20dad6Copy full SHA for e20dad6
.github/workflows/publish-python-package.yml
@@ -25,9 +25,6 @@ jobs:
25
- name: Build project
26
run: python3 -m build
27
28
- - name: Remove deprecated egg file
29
- run: rm -f dist/*.egg
30
-
31
- name: Check build
32
run: python3 -m twine check dist/*
33
@@ -42,5 +39,8 @@ jobs:
42
39
echo actual=\"$actual\"
43
40
[[ $expected == $actual ]]
44
41
+ - name: Remove deprecated egg file
+ run: rm -f dist/*.egg
+
45
- name: Publish project
46
run: python3 -m twine upload dist/* -u ${{ secrets.PYPY_USERNAME }} -p ${{ secrets.PYPY_PASSWORD }} --non-interactive
0 commit comments