Skip to content

Commit 86675e7

Browse files
committed
Update build process
1 parent 3510503 commit 86675e7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
name: Builds and publishes releases to PyPI
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v6
1313
- name: Set up Python 3.13
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: 3.13
17-
- name: Install wheel
17+
- name: Install build
1818
run: >-
19-
pip install wheel
19+
pip install build
2020
- name: Build
2121
run: >-
22-
python3 setup.py sdist bdist_wheel
22+
python3 -m build
2323
- name: Publish release to PyPI
2424
uses: pypa/gh-action-pypi-publish@master
2525
with:

0 commit comments

Comments
 (0)