We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2c9e5 commit 7afde51Copy full SHA for 7afde51
2 files changed
.github/workflows/cd.yml
@@ -30,8 +30,9 @@ jobs:
30
- name: Build package
31
shell: bash -l {0}
32
run: |
33
- conda create -n deploy_env python=3.12 build -c conda-forge -y
+ conda create -n deploy_env python=3.12 pip -c conda-forge -y
34
conda activate deploy_env
35
+ pip install build
36
python -m build -C--global-option=bdist_wheel -C--global-option=--build-number=0 --wheel
37
38
- name: Publish package
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "eolabtools"
7
description = "Collection of tools for data"
8
-version = "1.0.1"
+version = "1.0.2"
9
requires-python = ">=3.8.13"
10
dependencies = []
11
readme = "README.md"
0 commit comments