Skip to content

Commit

Permalink
Enable debugging on CI publication
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Dec 20, 2023
1 parent 9f227b9 commit 1644bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
# Wait for PyPI to update
- name: Wait for PyPI to update
run: |
set -x
PACKAGE_VERSION=${{ env.CURRENT_RECAP_VERSION }}
MAX_ATTEMPTS=12
ATTEMPT_COUNT=0
Expand Down

0 comments on commit 1644bee

Please sign in to comment.