Add python-source parameter to publish workflow

This commit is contained in:
YuYuKunKun
2026-05-26 23:46:31 +08:00
committed by GitHub
parent 0c74a4fb53
commit 9280041f2a
+1
View File
@@ -36,6 +36,7 @@ jobs:
working-directory: chanlun-py
args: --release --out dist
manylinux: auto
python-source: download
before-script-linux: |
if [ "${{ matrix.target }}" = "aarch64" ]; then
sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu