Skip to content

Commit 9ff2e39

Browse files
committed
update test workflow
1 parent 1876c34 commit 9ff2e39

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20+
- uses: actions/setup-python@v4
21+
with:
22+
python-version: 3.13
23+
24+
- name: Install build
25+
run: pip install build
26+
2027
- name: Build wheel
21-
run: make dev install dist
28+
run: python -m build
2229
env:
2330
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2431

0 commit comments

Comments
 (0)