Skip to content

Commit

Permalink
fix: do not add dependencies in wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Aug 16, 2023
1 parent 70c5a89 commit e85b495
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ stages:
wheel:
stage: build
extends: .wheel
script:
before_script:
- *patch-pyproject-toml
- pip wheel . -w dist/

pages:
stage: build
Expand Down

0 comments on commit e85b495

Please sign in to comment.