Skip to content

Commit f3b69da

Browse files
committed
fix(ci): install build module for semantic-release
1 parent 6c2891f commit f3b69da

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install python-semantic-release
34+
pip install python-semantic-release build
3535
3636
- name: Python Semantic Release
3737
id: release
@@ -43,11 +43,6 @@ jobs:
4343
semantic-release version
4444
semantic-release publish
4545
46-
- name: Build package
47-
run: |
48-
pip install build
49-
python -m build
50-
5146
- name: Publish to PyPI
5247
if: env.PYPI_API_TOKEN != ''
5348
uses: pypa/gh-action-pypi-publish@release/v1
@@ -57,3 +52,4 @@ jobs:
5752
skip-existing: true
5853
env:
5954
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
55+

0 commit comments

Comments
 (0)