Skip to content

Commit

Permalink
fix: install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy authored Nov 21, 2023
1 parent 0bfb9f7 commit f572cbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/twine-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
- feature/**

permissions:
contents: read

jobs:
twine-check:
name: Check long description
Expand All @@ -20,6 +23,8 @@ jobs:
run: python -m pip install --user --upgrade wheel
- name: Install twine
run: python -m pip install --user --upgrade twine
- name: Install setuptools
run: python -m pip install --user --upgrade setuptools
- name: Build a binary wheel and a source tarball
run: python setup.py sdist bdist_wheel
- name: Check that long description will render correctly on PyPI.
Expand Down

0 comments on commit f572cbc

Please sign in to comment.