Add python-source parameter to publish workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user