Skip to content

Commit bcf4ea0

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

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.github/workflows/Publish.yaml

+10-7
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,24 @@ jobs:
9393
uses: actions/download-artifact@v4
9494
with:
9595
name: wombat-setup
96-
path: src/zimscraperlib/rewriting/statics/wombatSetup.js
96+
path: src/zimscraperlib/rewriting/statics
9797

9898
- name: Set up Python
9999
uses: actions/setup-python@v5
100100
with:
101101
python-version-file: pyproject.toml
102102
architecture: x64
103103

104-
- name: Build packages
105-
run: |
106-
pip install -U pip build
107-
python -m build --sdist --wheel
104+
- name: Test content
105+
run: ls -lah src/zimscraperlib/rewriting/statics
106+
107+
# - name: Build packages
108+
# run: |
109+
# pip install -U pip build
110+
# python -m build --sdist --wheel
108111

109-
- name: Publish to PyPI
110-
uses: pypa/gh-action-pypi-publish@release/v1.8
112+
# - name: Publish to PyPI
113+
# uses: pypa/gh-action-pypi-publish@release/v1.8
111114
# OPTIONAL PUBLICATION TO NPM, NOT NEEDED BY SCRAPERS IN THE END
112115

113116
# publish-js:

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [5.0.0rc2] - 2025-01-07
11+
12+
## Fixed
13+
14+
- Fix wombatSetup.js location in wheel (#236)
15+
1016
## [5.0.0rc1] - 2025-01-07
1117

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

0 commit comments

Comments
 (0)