Skip to content

Commit

Permalink
skip tests for pypi release (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Jan 5, 2023
1 parent 2010c99 commit 8cebdd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
RELEASE_SKIP_TEST: true
run: |
cd metadata-ingestion
RELEASE_VERSION=${{ needs.setup.outputs.tag }} ./scripts/release.sh

0 comments on commit 8cebdd4

Please sign in to comment.