Skip to content

Commit f597b9c

Browse files
authored
Update release.yaml
1 parent cc46568 commit f597b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
- name: Install dependencies
6868
run: |
6969
python -m pip install --upgrade pip
70-
pip install setuptools wheel
70+
pip install setuptools wheel build
7171
- name: Build and publish
7272
run: |
73-
pip wheel . -w dist
73+
python -m build --sdist --wheel --outdir dist/ .
7474
- name: Publish package
7575
uses: pypa/gh-action-pypi-publish@release/v1
7676
with:

0 commit comments

Comments
 (0)