From 597cc253b14ed668f600a37eafe96b2bff70702f Mon Sep 17 00:00:00 2001 From: RF-Tar-Railt Date: Tue, 5 Nov 2024 17:08:07 +0800 Subject: [PATCH] fix(CI): spec core --- .github/workflows/publish-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-core.yml b/.github/workflows/publish-core.yml index ab3b2286..a2126b49 100644 --- a/.github/workflows/publish-core.yml +++ b/.github/workflows/publish-core.yml @@ -16,10 +16,10 @@ jobs: architecture: 'x64' - name: Ensure PDM & twine run: | - python3 -m pip install pdm twine pdm-mina "mina-build<0.6" + python3 -m pip install pdm=="2.13.2" twine pdm-mina "mina-build<0.6" - name: Build Package run: | - export MINA_BUILD_TARGET=core && pdm mina build core + export MINA_BUILD_TARGET=core && pdm mina build core --no-isolation - name: Publish to PyPI run: | twine upload dist/* --non-interactive -u __token__ -p ${{ secrets.PYPI_TOKEN }} \ No newline at end of file