Skip to content

Commit

Permalink
Update building
Browse files Browse the repository at this point in the history
  • Loading branch information
fergalwalsh committed Feb 27, 2024
1 parent df55521 commit 9b40bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build wheels
run: |
cd algojig
pip install wheel
pip install setuptools wheel
python setup.py bdist_wheel
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, Extension
from setuptools import setup
PACKAGE_NAME = "algojig"
VERSION = "0.0.1"
DESCRIPTION = "A testing jig for the Algorand Virtual Machine."
Expand Down

0 comments on commit 9b40bbf

Please sign in to comment.