From ab96545a9749553752af11aa5b943755c7509870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 29 Mar 2024 20:28:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20publish=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f197b0c1c..dcbf953c09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,8 +38,7 @@ jobs: - name: Build distribution working-directory: ${{ matrix.package_dir }} run: python -m build - - name: Publish typer - if: ${{ matrix.package_dir == './'}} + - name: Publish uses: pypa/gh-action-pypi-publish@v1.8.11 with: packages-dir: ${{ matrix.package_dir }}/dist/