mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 09:48:06 +00:00
pyosys: fix ref-only classes, implicit conversions
+ cleanup
This commit is contained in:
parent
c8404bf86b
commit
80fcce64da
7 changed files with 122 additions and 67 deletions
1
.github/workflows/wheels.yml
vendored
1
.github/workflows/wheels.yml
vendored
|
@ -2,7 +2,6 @@ name: Build Wheels for PyPI
|
|||
|
||||
# run every Sunday at 10 AM
|
||||
on:
|
||||
push: # TODO: REMOVE THIS, DO NOT MERGE TO UPSTREAM THIS IS JUST SO I DON'T HAVE TO MANUALLY RUN THE WORKFLOW WITH EVERY PUSH
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 10 * * 0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue