Skip to content

Commit

Permalink
add check step
Browse files Browse the repository at this point in the history
  • Loading branch information
kruscpe1 committed Apr 15, 2024
1 parent 952831d commit 186edd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install build==0.7.0 pep517 setuptools wheel
pip install build==0.7.0 pep517 setuptools wheel twine
- name: Build PyPI release
run: python -m build

- name: Check PyPI release
run: python -m twine check dist/*

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 186edd2

Please sign in to comment.