From 6b34760d04e768968aac2de0e6069046cf098fae Mon Sep 17 00:00:00 2001 From: Pranav Ballaney Date: Sun, 8 Nov 2020 13:43:02 +0530 Subject: [PATCH] Update WikiSync version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5771b74..960cfeb 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: using: "composite" steps: - name: Install WikiSync - run: pip install igem-wikisync==1.1.0a1 + run: pip install igem-wikisync==1.1.0a3 shell: bash - name: Deploy to iGEM