Skip to content

Commit

Permalink
Fix location of wombatSetup.js in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jan 7, 2025
1 parent 93732c5 commit f2f604c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -106,8 +106,11 @@ jobs:
pip install -U pip build
python -m build --sdist --wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8
- name: Test content
run: ls -lah src/zimscraperlib/rewriting/statics

# - 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:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 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.
Expand Down

0 comments on commit f2f604c

Please sign in to comment.