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 d7c122e commit 886ed56Copy full SHA for 886ed56
.github/workflows/python-tests.yml
@@ -121,7 +121,7 @@ jobs:
121
dist_upload:
122
123
runs-on: ubuntu-latest
124
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pypa/setuptools_scm'
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
125
needs: [dist_check]
126
steps:
127
- uses: actions/download-artifact@v2
0 commit comments