From 630c99df915fc03e1414a0d14f1bb40b0e72090d Mon Sep 17 00:00:00 2001 From: Pierre Delaunay Date: Thu, 13 Apr 2023 15:32:03 -0400 Subject: [PATCH] - --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c56122976..c597f332d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -369,14 +369,14 @@ jobs: if ( ls ${ORION_PREFIX}/orion-dashboard/build/static/js/main.*.js ); then false; fi echo End cd - - - name: Publish distribution � to Test PyPI + - name: Publish distribution 📦 to Test PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: user: __token__ password: ${{ secrets.test_pypi_password }} repository_url: https://test.pypi.org/legacy/ - - name: Publish distribution � to PyPI + - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: