diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47ddb3e4..88259c18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,14 +110,14 @@ jobs: name: testpypi url: https://test.pypi.org/project/onepassword-sdk/ permissions: - id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + id-token: write # IMPORTANT: this permission is mandatory for trusted publishing needs: [build_wheels, build-sdist] steps: - uses: actions/download-artifact@v4 with: - pattern: onepassword-sdk-* - path: ./dist - merge-multiple: true + pattern: onepassword-sdk-* + path: ./dist + merge-multiple: true - name: Publish package distributions to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1.12 with: diff --git a/src/onepassword/build_number.py b/src/onepassword/build_number.py index e223c118..87954f4c 100644 --- a/src/onepassword/build_number.py +++ b/src/onepassword/build_number.py @@ -1 +1 @@ -SDK_BUILD_NUMBER = "0060001" \ No newline at end of file +SDK_BUILD_NUMBER = "0070001" \ No newline at end of file diff --git a/version.txt b/version.txt index 09a3acfa..bcaffe19 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.7.0 \ No newline at end of file