Skip to content

Commit

Permalink
test-pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Crackvignoule committed Nov 27, 2024
1 parent 7f81ff0 commit 9e1f700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build package
run: |
python -m build
python -m build --wheel
- name: Check package with Twine
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = "PySSPFM"
version = "2024.11"
version = "2024.11b"
authors = [{ name = "Hugo Valloire, Patrick Quemere", email = "hugovalloire@gmail.com" }]
description = "PySSPFM: A specialized tool for Switching Spectroscopy Piezoresponse Force Microscopy (SSPFM) data processing"
readme = "README.md"
Expand Down

0 comments on commit 9e1f700

Please sign in to comment.