diff --git a/.github/workflows/library_cd.yml b/.github/workflows/library_cd.yml index 03f34da49..518f42b82 100644 --- a/.github/workflows/library_cd.yml +++ b/.github/workflows/library_cd.yml @@ -31,12 +31,12 @@ jobs: - name: Get version from tag id: get-version run: echo "version=${GITHUB_REF#refs/tags/library-v}" >> "$GITHUB_OUTPUT" - - name: Read the Changelog - id: read-changelog - uses: mindsers/changelog-reader-action@v2 - with: - version: ${{ steps.get-version.outputs.version }} - path: ./compute_horde/CHANGELOG.md + # - name: Read the Changelog + # id: read-changelog + # uses: mindsers/changelog-reader-action@v2 + # with: + # version: ${{ steps.get-version.outputs.version }} + # path: ./compute_horde/CHANGELOG.md - name: Build run: pdm build - name: Create GitHub release and upload the distribution @@ -51,4 +51,4 @@ jobs: - name: Upload the distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - packages-dir: ./compute_horde/dist/ \ No newline at end of file + packages-dir: ./compute_horde/dist/