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 d59c053 commit 5bb1206Copy full SHA for 5bb1206
.github/workflows/PyNUTClient.yml
@@ -2,8 +2,12 @@ name: Publish PyNUT client bindings for NUT 🐍 distributions 📦 to PyPI
2
# based on https://medium.com/@VersuS_/automate-pypi-releases-with-github-actions-4c5a9cfe947d
3
# and https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
4
5
+# NOTE: We may need to split this workflow into two files to do only
6
+# paths for master branch, and run always for (release) tags?
7
on:
8
push:
9
+ paths:
10
+ - 'scripts/python/module'
11
tags:
12
- '*'
13
branches:
0 commit comments