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 332fb7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build and publish to PyPI
on:
release:
types: [published]
workflow_dispatch:

jobs:
generate-rules:
Expand Down Expand Up @@ -93,7 +92,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 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 332fb7e

Please sign in to comment.