Skip to content

Commit dbcc74b

Browse files
authored
CI fix publish workflow (#193)
1 parent d5bf10b commit dbcc74b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Publish threadpoolctl 🎮 distribution 📦 to PyPI and TestPyPI
22
# Taken from:
33
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
44

5-
on:
6-
push:
7-
branches: master
5+
on: push
86

97
jobs:
108
build:

0 commit comments

Comments
 (0)