Skip to content

Commit 7f15e87

Browse files
committed
Add release utilities
1 parent dddcd30 commit 7f15e87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@master
1818
- name: Setup python
1919
uses: actions/setup-python@v1
20+
- name: Install utilities
21+
run: pip3 install --upgrade setuptools wheel twine
2022
- name: Build bdist_wheel
2123
run: python3 setup.py bdist_wheel
2224
- name: Build bdist_wheel

0 commit comments

Comments
 (0)