Skip to content

Commit afd42d0

Browse files
committed
Adding in step to build release
1 parent 879859d commit afd42d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- name: Install release dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install setuptools wheel twine
28+
pip install setuptools wheel
29+
30+
- name: Build package
31+
run: python setup.py sdist bdist_wheel
2932

3033
- name: Upload release to TestPyPI
3134
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)