Skip to content

Commit df548a9

Browse files
committed
Small change to try and get workflows to work.
1 parent 439c1fe commit df548a9

5 files changed

Lines changed: 38242 additions & 3 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python3 -m pip install --upgrade pip
2525
python3 -m pip install build
2626
- name: Build package
27-
run: python3 -m build
27+
run: python3 -m build --sdist
2828
- name: Publish package to a PyPi distribution
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ classifiers = [
1818
'Programming Language :: Python :: 3.10',
1919
'Programming Language :: Python :: 3.11',
2020
'Programming Language :: Python :: 3.12',
21+
'Programming Language :: Python :: 3.13',
22+
'Programming Language :: Python :: 3.14',
2123
'Topic :: Scientific/Engineering :: Bio-Informatics',
2224
'Topic :: Software Development :: Libraries :: Python Modules',
2325
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jsonschema >= 4.4.0
33
pandas >= 0.24.2
44
openpyxl >= 2.6.2
55
jellyfish >= 0.9.0
6-
mwtab >= 1.2.5
6+
mwtab >= 2.1.0
77
numpy >= 1.22.4
88
xlsxwriter >= 3.0.3
99
setuptools_scm >= 7.0.5

0 commit comments

Comments
 (0)