Skip to content

Commit 886ed56

Browse files
simplify the dist-upload condition
1 parent d7c122e commit 886ed56

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)