Skip to content

Commit 444e391

Browse files
committed
57139_gtfsrt-metric-exporter-fix-python - remove failing build package step
1 parent b4bcb9c commit 444e391

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci-cd-python.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ jobs:
6262
fi
6363
echo "Perform release condition: PERFORM_RELEASE"
6464
65-
- name: Build package
66-
if: env.PERFORM_RELEASE == 'true'
67-
run: python -m build
68-
6965
- name: Lowercase Docker Image Name
7066
run: |
7167
echo "IMAGE_NAME=${IMAGE_NAME_MIXED_CASE,,}" >> "${GITHUB_ENV}"

0 commit comments

Comments
 (0)