Skip to content

Commit f61b020

Browse files
committed
fix: address pre-commit (lint) issues
1 parent 35d06e3 commit f61b020

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.github/workflows/build-python.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ jobs:
4040
name: python-wheel
4141
path: dist/*.whl
4242
overwrite: true
43-

.github/workflows/release-please.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,3 @@ jobs:
129129
dist/*.tar.gz
130130
body: otdf_python version ${{ env.PROJECT_VERSION }}
131131
tag: v${{ env.PROJECT_VERSION }}
132-
133-

.github/workflows/test-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ jobs:
118118
echo " Unit Tests: ${{ needs.unit-tests.result }}"
119119
echo " Integration Tests: ${{ needs.integration-tests.result }}"
120120
exit 1
121-
fi
121+
fi

docs/LEGACY_VERSION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Legacy Version
22

3-
The legacy version of this project is available for now using the Github branch: `0.2.x`.
3+
The legacy version of this project is available for now using the Github branch: `0.2.x`.
44

5-
You can access it directly via the following link:
5+
You can access it directly via the following link:
66
https://github.com/b-long/opentdf-python-sdk/tree/0.2.x
77

88
In extreme cases, if you need to use this legacy version, please refer to the information
@@ -15,6 +15,6 @@ release of the OpenTDF Python SDK. It provided basic functionalities for interac
1515

1616
## PyPI
1717

18-
The most recent release of the legacy version is available on PyPI and can
18+
The most recent release of the legacy version is available on PyPI and can
1919
be found at the following link:
20-
https://pypi.org/project/otdf-python/0.2.20/
20+
https://pypi.org/project/otdf-python/0.2.20/

0 commit comments

Comments
 (0)