Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Jan 16, 2025
1 parent d19e449 commit 34318d1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34318d1

Please sign in to comment.