Skip to content

Commit fda16ba

Browse files
committed
misc: fix manifest, restrict wheel upload to main
1 parent 214976f commit fda16ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
path: ./wheelhouse/*.whl
8787
upload_wheels:
8888
name: Upload Wheels
89+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8990
runs-on: ubuntu-latest
9091
# Specifying a GitHub environment is optional, but strongly encouraged
9192
environment: pypi

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include Readme.md
2+
include libparse/stdio_filebuf.h
23
include yosys/kernel/*.h
34
include yosys/kernel/constids.inc
45
include yosys/passes/techmap/libparse.*

0 commit comments

Comments
 (0)