diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1feb9a6..5d0714b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: ci-publish # Publish Python 🐍 distribution 📦 to PyPI +name: ci-publish # Publish Python distribution to PyPI on: push: @@ -73,7 +73,7 @@ jobs: publish-to-pypi: name: >- - Publish Python 🐍 distribution 📦 to PyPI + Publish Python distribution to PyPI #if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag pushes needs: - test @@ -90,5 +90,5 @@ jobs: with: name: artifact path: ./dist/ - - name: Publish distribution 📦 to PyPI + - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file