Skip to content

Commit

Permalink
remove python (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Aug 13, 2024
1 parent 7d5dbe4 commit 8793f72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY_JAVA_PUBLISHING }}
passphrase: ${{ secrets.GPG_PASSPHRASE_JAVA_PUBLISHING }}

# TODO: check if python is needed
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Publish Java package to Maven Central
working-directory: bindings/java/java_code
env:
Expand Down

0 comments on commit 8793f72

Please sign in to comment.