Skip to content

Commit 9e1f700

Browse files
committed
test-pypi
1 parent 7f81ff0 commit 9e1f700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Build package
2828
run: |
29-
python -m build
29+
python -m build --wheel
3030
3131
- name: Check package with Twine
3232
run: |

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = 'setuptools.build_meta'
55

66
[project]
77
name = "PySSPFM"
8-
version = "2024.11"
8+
version = "2024.11b"
99
authors = [{ name = "Hugo Valloire, Patrick Quemere", email = "[email protected]" }]
1010
description = "PySSPFM: A specialized tool for Switching Spectroscopy Piezoresponse Force Microscopy (SSPFM) data processing"
1111
readme = "README.md"

0 commit comments

Comments
 (0)