Skip to content

Commit

Permalink
Install dependency first before running setup.py in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
Alegria Aclan committed May 12, 2022
1 parent d018d0a commit 448d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ deploy:
only:
- tags
script:
- python setup.py sdist
- pip install -r requirements.txt
- python setup.py sdist
- pip install twine
- twine upload --username __token__ --password $PYPI_SECRET dist/*

0 comments on commit 448d939

Please sign in to comment.