Skip to content

Commit

Permalink
CI: Avoid pkginfo 1.9 due to pypa/twine#940
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 29, 2022
1 parent 2bba697 commit 76b7362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Check python version and install build
run: |
python --version
python -m pip install -U build twine
python -m pip install -U build twine "pkginfo<1.9"
- name: Build smriprep
run: python -m build
- name: Check distributions
Expand Down

0 comments on commit 76b7362

Please sign in to comment.