Skip to content

Commit 1dde263

Browse files
authored
Merge pull request #23 from turnerlabs/feature/fix_release_action
Add release utilities
2 parents dddcd30 + 7f15e87 commit 1dde263

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)