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 0075bac commit 167b29dCopy full SHA for 167b29d
.github/workflows/release.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Test package
42
run: pip install --no-cache-dir dist/ops*.tar.gz && ops --verbose -h
43
- name: Publish package
44
+ if: startsWith(github.ref, 'refs/tags/')
45
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
46
with:
47
user: __token__
0 commit comments