From 81e76791950c96ad9d6f65a234faee8e6dde3469 Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Thu, 13 Apr 2023 09:11:39 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 801f997..18b9e00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,5 +37,6 @@ 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 }}" + # No test pypi token available right now, just sending it for now + # poetry publish -r testpypi -u "__token__" -p "${{ secrets.TEST_PYPI_TOKEN }}" + poetry publish -u "__token__" -p "${{ secrets.TAP_MESSAGEBIRD_API_KEY }}"