Skip to content

Commit

Permalink
improved pypi__wait-for-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 2, 2024
1 parent 65e4f3b commit 78e7217
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/pypi__wait-for-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ runs:
with:
python-version: '3.12'

- name: Git Update Current Branch
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/git__update_branch@dev

- name: Set $Version from file
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/git__read_version@dev

- name: Check PyPI Package Version
shell: bash
run: |
Expand Down

0 comments on commit 78e7217

Please sign in to comment.