Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yalayoubi committed Jul 27, 2024
1 parent 5f6f2d1 commit 75babf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Install dependencies
run: |
apt-get -y install cmake
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
Expand Down
3 changes: 0 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ deploy-pages-MR:
script:
- ls -l docs/
- echo "deploy"
artifacts:
paths:
- docs/build/html/
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
allow_failure: True
Expand Down

0 comments on commit 75babf4

Please sign in to comment.