We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b712e6f commit a65ac85Copy full SHA for a65ac85
.github/workflows/dist.yml
@@ -360,7 +360,7 @@ jobs:
360
# https://github.com/pypa/gh-action-pypi-publish
361
name: Upload to PyPI
362
needs: [build_wheels, build_wheels_windows]
363
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ if: (success() || failure()) && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
364
runs-on: ubuntu-latest
365
env:
366
CAN_DEPLOY: ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' }}
0 commit comments