Skip to content

switch to uploading coverage report as artifact #148

switch to uploading coverage report as artifact

switch to uploading coverage report as artifact #148

Workflow file for this run

name: Check Build
on: pull_request
jobs:
twinecheck:
name: twinecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -U build twine
- name: Build and check source tarball
run: python -m build
- name: Twine check
run: twine check dist/*