Skip to content

Commit

Permalink
added verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoncl committed Feb 8, 2024
1 parent 316e52c commit 3856c77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: Publish package to Artifact Registry
run: |
python -m twine upload \
python -m twine upload --verbose \
--repository-url https://$ARTIFACT_REGISTRY_LOCATION-python.pkg.dev/$PROJECT_ID/$REPOSITORY_NAME/ \
--username _json_key \
--password "${{ secrets.ARTIFACT_REGISTRY_KEY_DEV }}" \
--username oauth2accesstoken \
--password ${{ env.ACCESS_TOKEN }} \
dist/*

0 comments on commit 3856c77

Please sign in to comment.