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 }}"