Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
fix: install correct build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Oct 15, 2020
1 parent cdefe37 commit cfcb9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install twine versioneer-518
python -m pip install twine pep517
- name: Check PEP517 compliance
run: python -m pep517.check .
- name: Build package
Expand Down

0 comments on commit cfcb9b9

Please sign in to comment.