Merge pull request #2 from negz/main

Remove copy-pasta in CI workflow
This commit is contained in:
Nic Cope 2023-11-20 18:21:51 -08:00 committed by GitHub
commit de43be5543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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