Skip to content

Commit 476bb6e

Browse files
committed
fix(PyPi): build project before publishing
1 parent 817cc88 commit 476bb6e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ jobs:
9191
- name: setup extensions
9292
uses: actions/checkout@v1
9393

94+
- name: install build module
95+
run: |
96+
python -m pip install --upgrade pip
97+
pip install build
98+
99+
- name: build project
100+
run: python -m build
101+
94102
- name: publish to pypi
95103
uses: pypa/gh-action-pypi-publish@release/v1
96104
with:

0 commit comments

Comments
 (0)