We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b0d9b commit 00f43fcCopy full SHA for 00f43fc
2 files changed
.github/workflows/ci-pipeline__main.yml
@@ -54,6 +54,8 @@ jobs:
54
- name: Git Update Current Branch
55
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/git__update_branch@dev
56
- name: publish-to-pypi
57
- uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pypi__twine__publish@dev
+ uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pypi__publish@dev
58
+# - name: publish-to-pypi
59
+# uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pypi__twine__publish@dev
60
needs:
61
- increment-tag
modules/OSBot-Fast-API
0 commit comments