From b76262945afe8f77fdfd5d7b561a4cad47197326 Mon Sep 17 00:00:00 2001 From: Daniel Graham Date: Thu, 26 Mar 2026 19:54:39 -0700 Subject: [PATCH 1/2] chore: take out pypi token --- .github/workflows/publish-to-pypi.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 62d0a39..2058119 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -54,4 +54,3 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPOSITORY_USERNAME: __token__ - REPOSITORY_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} From 4bfa308367d6adf9f4f1ff3da8d8166639caf31e Mon Sep 17 00:00:00 2001 From: Daniel Graham Date: Mon, 30 Mar 2026 14:58:42 -0700 Subject: [PATCH 2/2] again --- .github/workflows/publish-to-pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 2058119..7b6931b 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -41,13 +41,13 @@ jobs: - name: Publish distribution PyPI --dry-run if: ${{ github.event.inputs.dryRun == 'true'}} run: | - python -m pip install python-semantic-release==7.33.0 - semantic-release publish --noop + python -m pip install python-semantic-release==10.5.3 + semantic-release -vv version --no-commit --no-tag --no-push - name: Publish distribution PyPI if: ${{ github.event.inputs.dryRun == 'false'}} run: | - python -m pip install python-semantic-release==7.33.0 + python -m pip install python-semantic-release==10.5.3 git config user.name amplitude-sdk-bot git config user.email amplitude-sdk-bot@users.noreply.github.com semantic-release publish