Skip to content

Commit

Permalink
Remove downloading of all requirements during deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alegria Aclan committed May 12, 2022
1 parent 4fc69b3 commit ca2f5cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ deploy:
only:
- tags
script:
- pip install -r requirements.txt
- python setup.py sdist
- pip install twine
- twine upload --username __token__ --password $PYPI_SECRET dist/*

0 comments on commit ca2f5cf

Please sign in to comment.