Skip to content

Commit

Permalink
Merge pull request #144 from pllim/twine-3.3-strict
Browse files Browse the repository at this point in the history
MNT: Use --strict in twine check
  • Loading branch information
bsipocz committed Jan 4, 2021
2 parents 6abc0bf + 4292dcc commit 37721eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.8

- name: Install python-build and twine
run: python -m pip install build twine
run: python -m pip install build "twine>=3.3"

- name: Build package
run: python -m build --sdist --wheel .
Expand All @@ -27,7 +27,7 @@ jobs:
run: ls -l dist

- name: Check long_description
run: python -m twine check dist/*
run: python -m twine check --strict dist/*

- name: Test package
run: |
Expand Down

0 comments on commit 37721eb

Please sign in to comment.