Skip to content

Commit ef12528

Browse files
committed
build package before publishing
1 parent 348d004 commit ef12528

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build_test_publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v4
7171

72+
- name: Set up Python 3.12
73+
uses: actions/setup-python@v5
74+
with:
75+
python-version: 3.12.8
76+
77+
- name: build package
78+
run: |
79+
python3 -m pip install --upgrade build
80+
python3 -m build
81+
7282
- name: Publish to PYPI
7383
uses: pypa/gh-action-pypi-publish@release/v1
7484

0 commit comments

Comments
 (0)