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.
2 parents 12ff7c2 + 886ed56 commit 22d0dd9Copy full SHA for 22d0dd9
.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