Skip to content

Commit 6675de8

Browse files
committed
fix: Github build
1 parent 08473e0 commit 6675de8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.x"
21+
python-version: "3.10"
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install setuptools wheel
25+
pip install build
2626
- name: Build package
2727
run: |
28-
python setup.py sdist bdist_wheel # Could also be python -m build
28+
python -m build
2929
- name: Publish package distributions to PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)