diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 55e36f9..17d26f5 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -1,8 +1,7 @@ -name: Pyblish distributions to PyPI and TestPyPI +name: Publish distributions to PyPI and TestPyPI on: push: - branches: [ main ] workflow_dispatch: jobs: @@ -36,7 +35,9 @@ jobs: . - name: Check distribution files - run: twine check dist/* + run: | + pip install twine + twine check dist/* # - name: Publish distribution package to Test PyPI # uses: pypa/gh-action-pypi-publish@master