Remove copy-pasta in CI workflow

The build job builds, not tests. :)

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2023-11-19 13:46:58 -08:00
parent 7bb33ae97f
commit 704eea558f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
- name: Setup Hatch
run: pipx install hatch==1.7.0
- name: Run Unit Tests
- name: Build Sdist and Wheel
run: hatch build
- name: Upload Sdist and Wheel to GitHub