Skip to content

Commit

Permalink
Merge pull request #180 from data-to-insight/feat/publish903-v0.1.3
Browse files Browse the repository at this point in the history
feat(wheel): updates 903 to 0.1.3
  • Loading branch information
WillLP-code authored Dec 11, 2023
2 parents 895a070 + 2891a45 commit 86c9a60
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-py3-none-any.whl --tool Tool903
run: node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_903-0.1.3-py3-none-any.whl --tool Tool903

- name: Pushes files to 903/LAC repo
if: github.ref == 'refs/heads/main'
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function App(props: AppProps) {
sourceLink='https://github.com/data-to-insight/cin-validator-fe'
/>
<Version versionNumber='0.1.3' sourceLink='https://github.com/data-to-insight/csc-validator-be-cin'/>
<Version versionNumber='0.1.1' sourceLink='https://github.com/data-to-insight/csc-validator-be-903'/>
<Version versionNumber='0.1.3' sourceLink='https://github.com/data-to-insight/csc-validator-be-903'/>
</>
) : (
<Loader type='cover' label='Loading Python API' />
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-py3-none-any.whl';
'/bin/dist/csc_validator_be_903-0.1.3-py3-none-any.whl';

const Core = () => {
const CookieGate = withCookieGate({
Expand Down

0 comments on commit 86c9a60

Please sign in to comment.