diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8766131..3490e05 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: folder: build # The folder the action should deploy. - name: Modify for 903 - run: node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_903-0.1.5-py3-none-any.whl --tool Tool903 + run: node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl --tool Tool903 - name: Pushes files to 903/LAC repo if: github.ref == 'refs/heads/main' diff --git a/public/bin/dist/csc_validator_be_903-0.1.5-py3-none-any.whl b/public/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl similarity index 72% rename from public/bin/dist/csc_validator_be_903-0.1.5-py3-none-any.whl rename to public/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl index 756d363..33c42df 100644 Binary files a/public/bin/dist/csc_validator_be_903-0.1.5-py3-none-any.whl and b/public/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl differ diff --git a/src/App.tsx b/src/App.tsx index acb5954..19681d1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -116,7 +116,7 @@ function App(props: AppProps) { sourceLink='https://github.com/data-to-insight/cin-validator-fe' /> - + ) : ( diff --git a/src/index.tsx b/src/index.tsx index 90bfbc4..49c3953 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -19,7 +19,7 @@ const rootEl = document.getElementById('root') as HTMLElement; const tool = rootEl.getAttribute('data-tool') || Tool.Tool903; const wheelPath = rootEl.getAttribute('data-wheelpath') || - '/bin/dist/csc_validator_be_903-0.1.5-py3-none-any.whl'; + '/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl'; const Core = () => { const CookieGate = withCookieGate({