Skip to content

Commit

Permalink
Merge pull request #187 from data-to-insight/feat/publish903-v0.1.6
Browse files Browse the repository at this point in the history
feat: publish 903 0.1.6
  • Loading branch information
WillLP-code authored May 15, 2024
2 parents 0c8754b + f29a406 commit 7ffa386
Show file tree
Hide file tree
Showing 4 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.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'
Expand Down
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.5' sourceLink='https://github.com/data-to-insight/csc-validator-be-903'/>
<Version versionNumber='0.1.6' 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.5-py3-none-any.whl';
'/bin/dist/csc_validator_be_903-0.1.6-py3-none-any.whl';

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

0 comments on commit 7ffa386

Please sign in to comment.