From e9ac135ba8caf82327a70029a79897a8b07b487f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 29 Mar 2024 20:08:42 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20CI=20to=20publish=20pac?= =?UTF-8?q?kages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f99f9496d..8278feb9e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,11 +39,7 @@ jobs: - name: Publish uses: pypa/gh-action-pypi-publish@v1.8.11 with: - # TODO: uncomment this - # password: ${{ secrets.PYPI_API_TOKEN }} - # TODO: remove this - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_API_TOKEN }} packages-dir: ${{ matrix.package_dir }}/dist/ - name: Dump GitHub context env: