Skip to content

Commit be6e5cf

Browse files
committed
fix float to string
1 parent 4508d40 commit be6e5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: 3.10
25+
python-version: '3.10'
2626

2727
- run: python -m pip install build --user
2828
- run: python -m build --sdist --wheel --outdir dist/ .

0 commit comments

Comments
 (0)