Fix uploading sdist

This commit is contained in:
laggykiller 2025-02-10 10:44:09 +08:00 committed by GitHub
parent baa474f5b8
commit b5ee925311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,6 +197,10 @@ jobs:
name: wheels-* name: wheels-*
merge-multiple: true merge-multiple: true
path: dist path: dist
- uses: actions/download-artifact@v4
with:
name: sdist
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1 - uses: pypa/gh-action-pypi-publish@release/v1
with: with: