We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bf10b commit dbcc74bCopy full SHA for dbcc74b
.github/workflows/publish-to-pypi.yml
@@ -2,9 +2,7 @@ name: Publish threadpoolctl 🎮 distribution 📦 to PyPI and TestPyPI
2
# Taken from:
3
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
4
5
-on:
6
- push:
7
- branches: master
+on: push
8
9
jobs:
10
build:
0 commit comments