From 6c5d57f41b9c34b3d79986d6b8bd92bb99ca1195 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Wed, 31 Jul 2024 16:35:56 +0200 Subject: [PATCH] Remove test.pypi.org usage --- .github/workflows/cd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 76ecb75..6e1f09e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,7 +49,4 @@ jobs: - uses: pypa/gh-action-pypi-publish@release/v1 if: github.event_name == 'release' && github.event.action == 'published' with: - # Remember to tell (test-)pypi about this repo before publishing - # Remove this line to publish to PyPI - repository-url: https://test.pypi.org/legacy/ password: ${{ secrets.PYPI_PASSWORD }}