diff --git a/.gitea/workflows/wheel-pipeline.yaml b/.gitea/workflows/wheel-pipeline.yaml index 0e85f92..7530e10 100644 --- a/.gitea/workflows/wheel-pipeline.yaml +++ b/.gitea/workflows/wheel-pipeline.yaml @@ -65,7 +65,7 @@ jobs: - name: Run manifest pipeline (test manifest with fake entry) run: | echo "# test manifest" > output/test_packages.txt - echo "ecoark_hello:https://github.com/ecoark/hello.git" >> output/test_packages.txt + echo "numpy:https://github.com/numpy/numpy.git" >> output/test_packages.txt python3 wheel_pipeline.py --manifest output/test_packages.txt \ --output-dir output --target-os harmonyos --arch arm64 diff --git a/artifacts/ecoark-harmonyos-wheels.zip b/artifacts/ecoark-harmonyos-wheels.zip new file mode 100644 index 0000000..30702b4 Binary files /dev/null and b/artifacts/ecoark-harmonyos-wheels.zip differ