Skip to content

Commit 332fb7e

Browse files
committed
Fix location of wombatSetup.js in wheel
1 parent 93732c5 commit 332fb7e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/Publish.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Build and publish to PyPI
33
on:
44
release:
55
types: [published]
6-
workflow_dispatch:
76

87
jobs:
98
generate-rules:
@@ -93,7 +92,7 @@ jobs:
9392
uses: actions/download-artifact@v4
9493
with:
9594
name: wombat-setup
96-
path: src/zimscraperlib/rewriting/statics/wombatSetup.js
95+
path: src/zimscraperlib/rewriting/statics
9796

9897
- name: Set up Python
9998
uses: actions/setup-python@v5

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## Fixed
11+
12+
- Fix wombatSetup.js location in wheel (#236)
13+
1014
## [5.0.0rc1] - 2025-01-07
1115

1216
This is a major release with a lot of breaking changes but most changes are easy to fix.

0 commit comments

Comments
 (0)