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:
parent
7bb33ae97f
commit
704eea558f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue