We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 230188c + 1bd3274 commit 98f8f0cCopy full SHA for 98f8f0c
.github/workflows/publish.yaml
@@ -98,6 +98,13 @@ jobs:
98
name: dist
99
path: dist
100
101
+ # The PyPI publishing action will try to publish this checksum file as if
102
+ # it was a Python package if it remains in dist, so we clean it up first.
103
+ - name: Cleanup SHA256SUMS
104
+ run: |
105
+ cat dist/SHA256SUMS
106
+ rm dist/SHA256SUMS
107
+
108
- name: Publish to PyPI
109
if: startsWith(github.ref, 'refs/tags')
110
uses: pypa/[email protected]
0 commit comments