Skip to content

Commit 07d50a4

Browse files
auvipywebknjaz
andauthored
Update .github/workflows/python-build.yml
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent 79e08ce commit 07d50a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
name: python-package-distributions
9999
path: dist/
100100
pypi-publish:
101-
if: success() && github.repository == 'oauthlib/oauthlib' && startsWith(github.ref, 'refs/tags/')
101+
if: success() && github.repository == 'oauthlib/oauthlib' && github.ref_type = 'tag'
102102
needs:
103103
- build
104104
name: Upload release to PyPI

0 commit comments

Comments
 (0)