File tree Expand file tree Collapse file tree 5 files changed +6
-23
lines changed
Expand file tree Collapse file tree 5 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v4
1212
1313 - uses : ammaraskar/sphinx-action@master
1414 with :
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v1
14+ - uses : actions/checkout@v4
1515
1616 - uses : ammaraskar/sphinx-action@master
1717 with :
1818 docs-folder : " docs/"
1919
20- - uses : actions/upload-pages-artifact@v2
20+ - uses : actions/upload-pages-artifact@v3
2121 with :
2222 name : github-pages
2323 path : docs/_build/html/
3939 steps :
4040 - name : Deploy to GitHub Pages
4141 id : deployment
42- uses : actions/deploy-pages@v3
42+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 33
44'''PopPUNK (POPulation Partitioning Using Nucleotide Kmers)'''
55
6- __version__ = '2.7.5 '
6+ __version__ = '2.7.6 '
77
88# Minimum sketchlib version
99SKETCHLIB_MAJOR = 2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ def deleteDir(dirname):
3838 "example_query_stable" ,
3939 "example_query_update" ,
4040 "example_query_update_2" ,
41+ "example_query_update_fast" ,
4142 "example_lineage_query" ,
4243 "example_viz" ,
4344 "example_viz_subset" ,
You can’t perform that action at this time.
0 commit comments