Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 28, 2022
1 parent ef72914 commit 3dd2fb1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,14 @@ jobs:
- name: Extract Package
run: tar -xf cryptonite-pkg.tar.xz

- name: Generate requirements.txt
run: echo 'twine>=4' > requirements.txt

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache-dependency-path: "pkg/pyproject.toml"
python-version: "3.11"
cache-dependency-path: "requirements.txt"
cache: "pip"

- name: Install twine
Expand Down

0 comments on commit 3dd2fb1

Please sign in to comment.