Skip to content

Commit 00f43fc

Browse files
committed
changed publish to pypi github action
1 parent 45b0d9b commit 00f43fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci-pipeline__main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
- name: Git Update Current Branch
5555
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/git__update_branch@dev
5656
- name: publish-to-pypi
57-
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pypi__twine__publish@dev
57+
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
5860
needs:
5961
- increment-tag

0 commit comments

Comments
 (0)