Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/release-python-client.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Publish a corresponding version of Python client to
## https://pypi.org/project/data-repo-client/
## https://pypi.org/project/data_repo_client/
##
## To manage the data-repo-client project in PyPi, you must have a PyPi account
## To manage the data_repo_client project in PyPi, you must have a PyPi account
## and be added as an owner to the project by a current owner.

name: Publish Python 🐍 distributions 📦 to PyPI
Expand Down Expand Up @@ -47,21 +47,21 @@ jobs:
openapi-generator-cli generate \
-i src/main/resources/api/data-repository-openapi.yaml \
-g python \
-o data-repo-client \
--additional-properties=projectName=data-repo-client,packageName=data_repo_client,packageVersion=${CURRENT_SEMVER},useSpringBoot3=true \
-o data_repo_client \
--additional-properties=projectName=data_repo_client,packageName=data_repo_client,packageVersion=${CURRENT_SEMVER},useSpringBoot3=true \
--skip-validate-spec
- name: Install pypa/build
working-directory: ./data-repo-client
working-directory: ./data_repo_client
run: >-
python -m pip install build --user
- name: Build a binary wheel and a source tarball
working-directory: ./data-repo-client
working-directory: ./data_repo_client
run: >-
python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: ./data-repo-client/dist
packages_dir: ./data_repo_client/dist
skip_existing: true
report-workflow:
uses: broadinstitute/sherlock/.github/workflows/client-report-workflow.yaml@main
Expand Down
2 changes: 1 addition & 1 deletion tools/logCollection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
data-repo-client>=2.280.0
data_repo_client>=2.280.0
google-cloud-bigquery
google-cloud-secret-manager
parameterized
2 changes: 1 addition & 1 deletion tools/migrateInheritSteward/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
data-repo-client>=2.287.0
data_repo_client>=2.287.0
google-cloud-bigquery
protobuf
2 changes: 1 addition & 1 deletion tools/setupResourceScripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
data-repo-client>=2.114.0
data_repo_client>=2.114.0
google-cloud-bigquery
protobuf