Skip to content

Commit fc27aae

Browse files
Use hatch as a standalone command
1 parent 19f7216 commit fc27aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install hatch
1717
uses: pypa/hatch@install
1818
- name: Build a binary wheel and a source tarball
19-
run: python3 -m hatch build
19+
run: hatch build
2020
- name: Store the distribution packages
2121
uses: actions/upload-artifact@v4
2222
with:

0 commit comments

Comments
 (0)