Skip to content

Commit 2b5600a

Browse files
Merge pull request #63 from easyscience/patch
Fix PyPI publishing workflow to ensure successful package release
2 parents 0d0b6cb + 0b9b6e7 commit 2b5600a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.12'
27+
python-version: '3.13'
2828

2929
- name: Upgrade package installer for Python
3030
run: pip install --upgrade pip
3131

32+
- name: Install build frontend
33+
run: pip install --upgrade build
34+
3235
- name: Create Python package
3336
run: python -m build
3437

0 commit comments

Comments
 (0)