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.
main
1 parent 214976f commit fda16baCopy full SHA for fda16ba
.github/workflows/ci.yml
@@ -86,6 +86,7 @@ jobs:
86
path: ./wheelhouse/*.whl
87
upload_wheels:
88
name: Upload Wheels
89
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
90
runs-on: ubuntu-latest
91
# Specifying a GitHub environment is optional, but strongly encouraged
92
environment: pypi
MANIFEST.in
@@ -1,4 +1,5 @@
1
include Readme.md
2
+include libparse/stdio_filebuf.h
3
include yosys/kernel/*.h
4
include yosys/kernel/constids.inc
5
include yosys/passes/techmap/libparse.*
0 commit comments