Skip to content

Commit 22d0dd9

Browse files
Merge branch 'bugfix/workflow'
2 parents 12ff7c2 + 886ed56 commit 22d0dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
dist_upload:
122122

123123
runs-on: ubuntu-latest
124-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pypa/setuptools_scm'
124+
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
125125
needs: [dist_check]
126126
steps:
127127
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)