Skip to content

Commit 8b27aa4

Browse files
committed
Update workflow for releasing module
1 parent 51e0213 commit 8b27aa4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@ jobs:
2121
with:
2222
submodules: true
2323

24-
# - name: ⚙ Set up Python 3.10
25-
# uses: actions/setup-python@v3
26-
# with:
27-
# python-version: "3.10"
24+
- name: ⚙ Set up Python 3.10
25+
uses: actions/setup-python@v3
26+
with:
27+
python-version: "3.10"
28+
29+
- name: ⚙ Install dependencies
30+
run: python -m pip install build wheel twine
31+
32+
- name: 🛠 Build module
33+
run: python -m build --wheel
2834

2935
# - name: 🔥 Run unit tests
3036
# run: py ./tests/entry.py

0 commit comments

Comments
 (0)