Skip to content

Commit 10c3d8e

Browse files
authored
update python-publish.yml
1 parent 96d991a commit 10c3d8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v3
2727
with:
28-
python-version: '3.x'
28+
python-version: '3.9'
2929
- name: Install miniconda
3030
uses: conda-incubator/setup-miniconda@v2
3131
with:
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
pip install setuptools wheel
42+
pip install build
4243
- name: Build package
4344
run: python -m build
4445
- name: Publish package

0 commit comments

Comments
 (0)