From 7725f93d949d7c8239dd1c8783cd6b638c53920c Mon Sep 17 00:00:00 2001 From: Brian May Date: Sat, 8 Feb 2025 09:18:45 +1100 Subject: [PATCH] build: release to prod pypi --- .github/workflows/release-please.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cdb8e8a..8e0a3d8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,5 +27,4 @@ jobs: uses: code-specialist/pypi-poetry-publish@v1 with: ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PUBLISH_REGISTRY: "https://test.pypi.org/simple/" PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN }}