We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4602a68 commit 0027239Copy full SHA for 0027239
1 file changed
.github/workflows/release-python.yml
@@ -79,9 +79,7 @@ jobs:
79
80
- name: Rebuild sdist with dev version
81
run: |
82
- cd sdist
83
pipx run build --sdist
84
- mv dist/*.tar.gz ../dist/
85
86
- name: Validate rebuilt sdist
87
run: pipx run twine check dist/*.tar.gz
0 commit comments