Skip to content

Commit 0f018ec

Browse files
Update publish.yml
1 parent 4f8cd83 commit 0f018ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
run: |
2424
python -m pip install flit
2525
26+
- name: Build Flit
27+
run: |
28+
python -m flit build
29+
2630
- name: Publish
2731
env:
2832
FLIT_USERNAME: __token__

0 commit comments

Comments
 (0)