Skip to content

Commit 076bd4b

Browse files
committed
Update docs action versions, bump main version
1 parent d8d8c4a commit 076bd4b

File tree

5 files changed

+6
-23
lines changed

5 files changed

+6
-23
lines changed

.github/workflows/docs_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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:

.github/workflows/docs_push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/
@@ -39,4 +39,4 @@ jobs:
3939
steps:
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v3
42+
uses: actions/deploy-pages@v4

PopPUNK/__init__.py

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

44
'''PopPUNK (POPulation Partitioning Using Nucleotide Kmers)'''
55

6-
__version__ = '2.7.5'
6+
__version__ = '2.7.6'
77

88
# Minimum sketchlib version
99
SKETCHLIB_MAJOR = 2

test/batch12_external_clusters.csv

Lines changed: 0 additions & 18 deletions
This file was deleted.

test/clean_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)