Skip to content

Commit a8d7258

Browse files
authored
CI Temporary disable tag condition to publish to PyPI (#194)
1 parent dbcc74b commit a8d7258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
publish-to-pypi:
3636
name: >-
3737
Publish threadpoolctl 🎮 distribution 📦 to PyPI
38-
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
38+
# temp: always publish to PyPI because the tag is already pushed
39+
# if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3940
needs:
4041
- build
4142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)