Skip to content

Commit

Permalink
Reduce workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ykerus committed Dec 28, 2023
1 parent e2a5ad5 commit 8871411
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/register-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
run: |
python -m build
- name: Authenticate with GCP
uses: google-github-actions/[email protected]
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Activate service account
run: |
gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS
- name: Create .pypirc file
run: |
echo "[distutils]
Expand Down

0 comments on commit 8871411

Please sign in to comment.