diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d65f09686..d9598516d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,6 +88,7 @@ jobs: path: dist - uses: pypa/gh-action-pypi-publish@v1.4.2 + continue-on-error: true # might fail if we don't bump the version with: user: __token__ password: ${{ secrets.test_pypi_password }}