We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddcd30 commit 7f15e87Copy full SHA for 7f15e87
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/checkout@master
18
- name: Setup python
19
uses: actions/setup-python@v1
20
+ - name: Install utilities
21
+ run: pip3 install --upgrade setuptools wheel twine
22
- name: Build bdist_wheel
23
run: python3 setup.py bdist_wheel
24
0 commit comments