Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dimberman committed Feb 1, 2022
1 parent 1a6a678 commit 9845e9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
with:
path: ~/.cache/pip
key: ${{ hashFiles('pyproject.toml') }}
- run: cat ci-test-connections.yaml > test-connections.yaml
- run: python -c 'import os; print(os.getenv("GOOGLE_APPLICATION_CREDENTIALS_JSON", "").strip())' > ${{ env.GOOGLE_APPLICATION_CREDENTIALS }}
- run: pip3 install nox
- run: nox -s build
- run: nox -s release -- dist/*
Expand Down

0 comments on commit 9845e9c

Please sign in to comment.