Skip to content

Commit d09031f

Browse files
committed
flit install before flit publish on release
1 parent d0b2a28 commit d09031f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
FLIT_USERNAME: __token__
3636
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3737
run: |
38+
flit install
3839
flit publish

0 commit comments

Comments
 (0)