diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index ff548b234..a7927e412 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -78,12 +78,12 @@ jobs: if [ "${{ needs.check-version.outputs.PACKAGE_NAME }}" == "vizro-ai" ]; then echo 'PYPI_TOKEN=${{ secrets.VIZRO_AI_TEST_PYPI_TOKEN }}' >> $GITHUB_ENV fi - # - name: Publish distribution 📦 to PyPI - # uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # repository-url: https://test.pypi.org/legacy/ - # packages-dir: ${{ needs.check-version.outputs.package_name }}/dist - # password: ${{ env.PYPI_TOKEN }} + - name: Publish distribution 📦 to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + repository-url: https://test.pypi.org/legacy/ + packages-dir: ${{ needs.check-version.outputs.package_name }}/dist + password: ${{ env.PYPI_TOKEN }} # - name: Check correct package uploaded to PyPI # run: | # cd "${{ needs.check-version.outputs.package_name }}/dist"