File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Build and publish to PyPI
3
3
on :
4
4
release :
5
5
types : [published]
6
- workflow_dispatch :
7
6
8
7
jobs :
9
8
generate-rules :
93
92
uses : actions/download-artifact@v4
94
93
with :
95
94
name : wombat-setup
96
- path : src/zimscraperlib/rewriting/statics/wombatSetup.js
95
+ path : src/zimscraperlib/rewriting/statics
97
96
98
97
- name : Set up Python
99
98
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## Fixed
11
+
12
+ - Fix wombatSetup.js location in wheel (#236 )
13
+
10
14
## [ 5.0.0rc1] - 2025-01-07
11
15
12
16
This is a major release with a lot of breaking changes but most changes are easy to fix.
You can’t perform that action at this time.
0 commit comments