File tree Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Build and publish to PyPI
3
3
on :
4
4
release :
5
5
types : [published]
6
+ workflow_dispatch :
6
7
7
8
jobs :
8
9
generate-rules :
@@ -92,21 +93,24 @@ jobs:
92
93
uses : actions/download-artifact@v4
93
94
with :
94
95
name : wombat-setup
95
- path : src/zimscraperlib/rewriting/statics/wombatSetup.js
96
+ path : src/zimscraperlib/rewriting/statics
96
97
97
- - name : Set up Python
98
- uses : actions/setup-python@v5
99
- with :
100
- python-version-file : pyproject.toml
101
- architecture : x64
98
+ - name : Test content
99
+ run : ls -lah src/zimscraperlib/rewriting/statics
102
100
103
- - name : Build packages
104
- run : |
105
- pip install -U pip build
106
- python -m build --sdist --wheel
101
+ # - name: Set up Python
102
+ # uses: actions/setup-python@v5
103
+ # with:
104
+ # python-version-file: pyproject.toml
105
+ # architecture: x64
106
+
107
+ # - name: Build packages
108
+ # run: |
109
+ # pip install -U pip build
110
+ # python -m build --sdist --wheel
107
111
108
- - name : Publish to PyPI
109
- uses : pypa/gh-action-pypi-publish@release/v1.8
112
+ # - name: Publish to PyPI
113
+ # uses: pypa/gh-action-pypi-publish@release/v1.8
110
114
# OPTIONAL PUBLICATION TO NPM, NOT NEEDED BY SCRAPERS IN THE END
111
115
112
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