Fix release sdist packaging

This commit is contained in:
glomatico
2026-07-09 12:36:08 -03:00
parent c8e6763a91
commit 81ab4579fd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -69,3 +69,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist/
skip-existing: true
+1
View File
@@ -43,3 +43,4 @@ manifest-path = "gamdl/downloader/ammuxer/Cargo.toml"
module-name = "gamdl._ammuxer"
python-source = "."
features = ["pyo3/extension-module"]
include = ["LICENSE"]