Skip to content

Commit 95f72ea

Browse files
committed
add test databases
1 parent d5bfccc commit 95f72ea

File tree

5 files changed

+5666
-1
lines changed

5 files changed

+5666
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Build wheels
4747
uses: pypa/[email protected]
4848
env:
49+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
4950
CIBW_ARCHS: ${{ matrix.buildplat[1] }}
5051
CIBW_ENVIRONMENT: ${{ matrix.buildplat[3] }}
5152
with:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#Custom folders
1818
archive/
19-
database/
19+
# database/
2020
literature/
2121
notes/
2222
presentations/

0 commit comments

Comments
 (0)