We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d991a commit 10c3d8eCopy full SHA for 10c3d8e
1 file changed
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v3
27
with:
28
- python-version: '3.x'
+ python-version: '3.9'
29
- name: Install miniconda
30
uses: conda-incubator/setup-miniconda@v2
31
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip
41
pip install setuptools wheel
42
+ pip install build
43
- name: Build package
44
run: python -m build
45
- name: Publish package
0 commit comments