diff --git a/.github/workflows/chipdb.yml b/.github/workflows/chipdb.yml index 93b75e81..148d7111 100644 --- a/.github/workflows/chipdb.yml +++ b/.github/workflows/chipdb.yml @@ -233,6 +233,9 @@ jobs: pip install setuptools wheel twine python setup.py --version python setup.py sdist bdist_wheel + # Validate that the resulting wheel can be executed + pip install dist/Apycula-$(python setup.py --version)-py3-none-any.whl + gowin_pack --help - name: Archive artifact uses: actions/upload-artifact@v3 with: diff --git a/apycula/dat19.py b/apycula/dat19.py index 74d5ae0f..19c4a655 100644 --- a/apycula/dat19.py +++ b/apycula/dat19.py @@ -1,8 +1,8 @@ +from __future__ import annotations import sys import os from pathlib import Path from dataclasses import dataclass -from typing import Any @dataclass