Skip to content

Commit dbfb549

Browse files
fix: 🐛 release not building
BREAKING CHANGE: 🧨 PYPI RELEASE
1 parent 6e24644 commit dbfb549

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131

32+
- name: Build | Python Package
33+
if: steps.release.outputs.released == 'true'
34+
run: |
35+
python -m pip install --upgrade build
36+
python -m build
37+
3238
- name: Publish package distributions to PyPI
3339
uses: pypa/gh-action-pypi-publish@release/v1
3440
if: steps.release.outputs.released == 'true'

0 commit comments

Comments
 (0)