From 88c2405cf419781df724f24413d94e6d43e70b75 Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Fri, 17 Feb 2023 15:19:33 +0000 Subject: [PATCH] Remove testpypi as secret doesn't exist (#19) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 801f997..e4818a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,5 +37,4 @@ jobs: file_glob: true - name: Deploy to PyPI run: | - poetry publish -r testpypi -u "__token__" -p "${{ secrets.TEST_PYPI_TOKEN }}" poetry publish -u "__token__" -p "${{ secrets.PYPI_TOKEN }}"