Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Build package
shell: bash
run: |
uv build
uv build --package otdf-python

- name: Test import
shell: bash
Expand All @@ -78,7 +78,7 @@ jobs:
id: check_version
shell: bash
run: |
PROJECT_VERSION=$(uv version --short)
PROJECT_VERSION=$(uv version --package otdf-python --short)
echo "PROJECT_VERSION=$PROJECT_VERSION" >> $GITHUB_ENV

if [[ "$PROJECT_VERSION" =~ [0-9]+\.[0-9]+\.[0-9]+a[0-9]+ ]]; then
Expand Down
Loading