Skip to content

Commit

Permalink
fix: Temporarily turning off PyPi publishing while we decide on the f…
Browse files Browse the repository at this point in the history
…inal package name
  • Loading branch information
robdmoore authored Jan 10, 2023
1 parent d69f9f1 commit 6c1a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
-v DEBUG \
--define=version_source="commit" \
--define=branch=main \
--define=upload_to_repository=true \
publish
# --define=upload_to_repository=true \
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_USERNAME: __token__
Expand Down

1 comment on commit 6c1a2e2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit
   __init__.py15753%6–13, 17–24, 32–34
   __main__.py220%1–3
src/algokit/cli
   completions.py103199%91
   doctor.py48394%140–142
   init.py1651690%57, 204–205, 236, 239–241, 252, 290, 327, 336–338, 341–346, 361
   sandbox.py84199%155
src/algokit/core
   bootstrap.py1331688%109, 129, 201, 204, 210–224
   click_extensions.py472057%40–43, 50, 56, 67–68, 73–74, 79–80, 91, 104–114
   conf.py30487%13, 17, 25, 27
   doctor.py54394%63–65
   log_handlers.py68987%44–45, 50–51, 63, 112–116, 125
   proc.py44198%95
   sandbox.py112794%86, 151, 167, 182–184, 199
   version_prompt.py70987%27–28, 33, 52–55, 66, 76, 105
TOTAL11149991% 

Tests Skipped Failures Errors Time
156 0 💤 0 ❌ 0 🔥 16.643s ⏱️

Please sign in to comment.