Skip to content

Commit ad49381

Browse files
authored
Merge pull request #15 from ericpre/fix_packaging
Fix packaging
2 parents d361310 + cc8460d commit ad49381

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install build
3030
- name: Build package
31-
run: python setup.py sdist
31+
run: python -m build
3232
- name: Publish package
3333
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3434
with:

MANIFEST.IN renamed to MANIFEST.in

File renamed without changes.

0 commit comments

Comments
 (0)