We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93732c5 commit 332fb7eCopy full SHA for 332fb7e
.github/workflows/Publish.yaml
@@ -3,7 +3,6 @@ name: Build and publish to PyPI
3
on:
4
release:
5
types: [published]
6
- workflow_dispatch:
7
8
jobs:
9
generate-rules:
@@ -93,7 +92,7 @@ jobs:
93
92
uses: actions/download-artifact@v4
94
with:
95
name: wombat-setup
96
- path: src/zimscraperlib/rewriting/statics/wombatSetup.js
+ path: src/zimscraperlib/rewriting/statics
97
98
- name: Set up Python
99
uses: actions/setup-python@v5
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
10
+## Fixed
11
+
12
+- Fix wombatSetup.js location in wheel (#236)
13
14
## [5.0.0rc1] - 2025-01-07
15
16
This is a major release with a lot of breaking changes but most changes are easy to fix.
0 commit comments