Skip to content

Commit 10fde5a

Browse files
committed
Fix location of wombatSetup.js in wheel
1 parent b542234 commit 10fde5a

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

.github/workflows/Publish.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and publish to PyPI
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
generate-rules:
@@ -92,21 +93,24 @@ jobs:
9293
uses: actions/download-artifact@v4
9394
with:
9495
name: wombat-setup
95-
path: src/zimscraperlib/rewriting/statics/wombatSetup.js
96+
path: src/zimscraperlib/rewriting/statics
9697

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
102100

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
107111

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
110114
# OPTIONAL PUBLICATION TO NPM, NOT NEEDED BY SCRAPERS IN THE END
111115

112116
# publish-js:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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)