From bcf4ea0b9bdc42473eb02161c3eae91c8f54d70b Mon Sep 17 00:00:00 2001 From: benoit74 Date: Tue, 7 Jan 2025 10:53:00 +0000 Subject: [PATCH] Fix location of wombatSetup.js in wheel --- .github/workflows/Publish.yaml | 17 ++++++++++------- CHANGELOG.md | 6 ++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Publish.yaml b/.github/workflows/Publish.yaml index 2b8b8c7..bae3f8b 100644 --- a/.github/workflows/Publish.yaml +++ b/.github/workflows/Publish.yaml @@ -93,7 +93,7 @@ jobs: uses: actions/download-artifact@v4 with: name: wombat-setup - path: src/zimscraperlib/rewriting/statics/wombatSetup.js + path: src/zimscraperlib/rewriting/statics - name: Set up Python uses: actions/setup-python@v5 @@ -101,13 +101,16 @@ jobs: python-version-file: pyproject.toml architecture: x64 - - name: Build packages - run: | - pip install -U pip build - python -m build --sdist --wheel + - name: Test content + run: ls -lah src/zimscraperlib/rewriting/statics + + # - name: Build packages + # run: | + # pip install -U pip build + # python -m build --sdist --wheel - - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@release/v1.8 + # - name: Publish to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1.8 # OPTIONAL PUBLICATION TO NPM, NOT NEEDED BY SCRAPERS IN THE END # publish-js: diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c7d16..ef4fdf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0rc2] - 2025-01-07 + +## Fixed + +- Fix wombatSetup.js location in wheel (#236) + ## [5.0.0rc1] - 2025-01-07 This is a major release with a lot of breaking changes but most changes are easy to fix.