Skip to content

Commit

Permalink
Merge pull request #51 from 201st-Luka/unstable
Browse files Browse the repository at this point in the history
fix: added requirements download
  • Loading branch information
201st-Luka authored Sep 29, 2023
2 parents e11d7bc + b2b536c commit aead31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install twine
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install twine
pip install -r requirements.txt
- name: Download dist from Previous Job
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit aead31d

Please sign in to comment.