From 644745cd6a69a4ea05f19ead700e012ae4dcc282 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 29 Oct 2024 12:28:21 -0700 Subject: [PATCH] debug: Release to testpypi from release branch --- .github/workflows/release-please.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 5b299ac..fb2953d 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - release # FIXME jobs: release: @@ -63,8 +64,8 @@ jobs: - name: Publish modules run: | - python3 -m twine upload dist/* - python3 -m twine upload binaries/dist/* + python3 -m twine upload --repository testpypi dist/* # FIXME + python3 -m twine upload --repository testpypi binaries/dist/* # FIXME - name: Attach main module to release uses: svenstaro/upload-release-action@483c1e56f95e88835747b1c7c60581215016cbf2