From f7f766e2d5cb63f141a8a6279c22ead970870665 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c56122976..e29977e63 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: @@ -395,6 +395,6 @@ jobs: python-version: 3.9 - name: Build conda run: ./conda/ci_build.sh - - name: Publish distribution � to Conda + - name: Publish distribution 📦 to Conda if: startsWith(github.ref, 'refs/tags') run: ./conda/upload.sh