Skip to content

Commit 9305d41

Browse files
dimblebyqcoumes
authored andcommitted
build and publish a wheel
1 parent 4eb7d6d commit 9305d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ jobs:
180180

181181
- name: Creating Built Distributions
182182
run: |
183-
pip install setuptools
184-
python setup.py sdist
183+
pip install build
184+
python -m build
185185
186186
- name: Publish distribution to PyPI
187187
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)