Skip to content

Commit e5c93ae

Browse files
committed
manual release stesp
1 parent ee462db commit e5c93ae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ jobs:
2929
pip install tomli flit twine
3030
3131
- name: Build artifacts
32-
run: make pypi
32+
run: |
33+
python -m pip install --upgrade pip
34+
python -m pip install flit wheel twine
35+
git clean -xdf
36+
git restore -SW .
37+
flit build
38+
python -m twine check dist/*
39+
3340
3441
- uses: actions/upload-artifact@v3
3542
with:

0 commit comments

Comments
 (0)