File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -93,21 +93,24 @@ jobs:
93
93
uses : actions/download-artifact@v4
94
94
with :
95
95
name : wombat-setup
96
- path : src/zimscraperlib/rewriting/statics/wombatSetup.js
96
+ path : src/zimscraperlib/rewriting/statics
97
97
98
98
- name : Set up Python
99
99
uses : actions/setup-python@v5
100
100
with :
101
101
python-version-file : pyproject.toml
102
102
architecture : x64
103
103
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
108
111
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
111
114
# OPTIONAL PUBLICATION TO NPM, NOT NEEDED BY SCRAPERS IN THE END
112
115
113
116
# publish-js:
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 5.0.0rc2] - 2025-01-07
11
+
12
+ ## Fixed
13
+
14
+ - Fix wombatSetup.js location in wheel (#236 )
15
+
10
16
## [ 5.0.0rc1] - 2025-01-07
11
17
12
18
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