Skip to content

Commit 5f618a3

Browse files
committed
Fix workflow
1 parent 64b6672 commit 5f618a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: uv run --isolated --with *.whl python -c "import psm_utils; print('Successfully imported built package.')"
2929

3030
- name: Publish to PyPI
31-
uses: uv publish
31+
run: uv publish

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name = "psm-utils"
33
description = "Common utilities for parsing and handling peptide-spectrum matches and search engine results."
44
readme = "README.rst"
5-
license = { file = "LICENSE" }
5+
license = "Apache-2.0"
6+
license-files = ["LICENSE"]
67
keywords = ["proteomics", "peptide", "spectrum", "identification", "parsing"]
78
authors = [
89
{ name = "Ralf Gabriels", email = "[email protected]" },
@@ -11,7 +12,6 @@ authors = [
1112
]
1213
classifiers = [
1314
"Intended Audience :: Science/Research",
14-
"License :: OSI Approved :: Apache Software License",
1515
"Operating System :: OS Independent",
1616
"Programming Language :: Python :: 3 :: Only",
1717
"Topic :: Scientific/Engineering :: Bio-Informatics",

0 commit comments

Comments
 (0)