From 34318d1841479ee3fd8d86c799467d5244c22534 Mon Sep 17 00:00:00 2001 From: Geoffroy Jamgotchian Date: Thu, 16 Jan 2025 17:20:06 +0100 Subject: [PATCH] Clean Signed-off-by: Geoffroy Jamgotchian --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0236ead..d78808e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,15 +38,6 @@ jobs: - name: Run tests run: poetry run pytest - - name: Copy PyPowSyBl wheel - run: cp $(find $HOME/.cache/pypoetry/artifacts/ -name pypowsybl*.whl) dist/ - - - name: Upload wheel - uses: actions/upload-artifact@v4 - with: - name: pypowsybl2grid-wheels - path: dist/*.whl - - name: Publish on PyPi # if: startsWith(github.ref, 'refs/tags/') uses: pypa/gh-action-pypi-publish@release/v1