Skip to content

Commit

Permalink
Pin twine version in workflow.
Browse files Browse the repository at this point in the history
Co-authored-by: Brigitta Sipocz <bsipocz@gmail.com>
  • Loading branch information
pllim and bsipocz committed Dec 28, 2020
1 parent 280ccc4 commit a296154
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ 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 .

- name: List result
run: ls -l dist

# Only twine>=3.3 has --strict
- name: Check long_description
run: python -m twine check --strict dist/*

Expand Down

0 comments on commit a296154

Please sign in to comment.