Skip to content

Commit

Permalink
ci: drop dephell
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Feb 14, 2022
1 parent 3859bf9 commit 76ee140
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ cache:
- poetry run python -m ensurepip --upgrade
- poetry install -vv

.install-dephell: &install-dephell # Install dephell to auto-generate setup.py
- curl -L https://raw.githubusercontent.com/rigetti/dephell/master/install.py | python

.install-npm: &install-npm
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- apt-get update
Expand Down Expand Up @@ -70,7 +67,6 @@ Test Unit (3.9):
stage: deploy
before_script:
- *install-dependencies
- *install-dephell
- *install-npm
script:
# This performs the semantic-release configured in package.json.
Expand Down
1 change: 0 additions & 1 deletion prepare_release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
poetry version $1
dephell deps convert
poetry run black setup.py

0 comments on commit 76ee140

Please sign in to comment.