Skip to content

Commit

Permalink
CI: +twinescheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Nov 17, 2023
1 parent 74f5bcd commit 0c7a9d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- python-version: "3.11"
env:
TOXENV: latest
- python-version: "3.11"
env:
TOXENV: twinecheck
steps:
- uses: actions/checkout@v3
- name: 'Set up Python ${{ matrix.python-version }}'
Expand Down
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ deps =
sphinx-rtd-theme
commands =
sphinx-build -b html . {envtmpdir}/html

[testenv:twinecheck]
basepython = python3
extras = []
deps =
twine==4.0.2
build==1.0.3
commands =
python -m build --sdist
twine check dist/*

0 comments on commit 0c7a9d4

Please sign in to comment.