Skip to content

Commit

Permalink
Update deployment workflow with requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Jul 30, 2024
1 parent 003040e commit a84576e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Install pipenv
run: python -m pip install --upgrade twine wheel

- name: Install pip dependencies
run: pipenv install --deploy

- name: Generate requirements
run: pipenv requirements > requirements.txt

- name: Get version
run: |
echo ${{ github.ref }} | sed 's/refs\/tags\/releases\/v//g' > VERSION
Expand Down

0 comments on commit a84576e

Please sign in to comment.