Skip to content

Commit

Permalink
py publish try2 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg authored Jun 1, 2024
1 parent 5126f95 commit 845a7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_language_client_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: [build]
#if: startsWith(github.ref, 'refs/tags/release/')
environment: release
# if: startsWith(github.ref, 'refs/tags/release/')
# environment: release
steps:
- uses: actions/download-artifact@v4
- run: mkdir dist && mv wheels-*/* dist
Expand Down

0 comments on commit 845a7e8

Please sign in to comment.