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
33on :
44 release :
55 types : [published]
6- workflow_dispatch :
76
87jobs :
98 generate-rules :
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
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
77
88## [ Unreleased]
99
10+ ## Fixed
11+
12+ - Fix wombatSetup.js location in wheel (#236 )
13+
1014## [ 5.0.0rc1] - 2025-01-07
1115
1216This 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