Skip to content

Commit

Permalink
Fix location of wombatSetup.js in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jan 7, 2025
1 parent 93732c5 commit bcf4ea0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,24 @@ jobs:
uses: actions/download-artifact@v4
with:
name: wombat-setup
path: src/zimscraperlib/rewriting/statics/wombatSetup.js
path: src/zimscraperlib/rewriting/statics

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
architecture: x64

- name: Build packages
run: |
pip install -U pip build
python -m build --sdist --wheel
- name: Test content
run: ls -lah src/zimscraperlib/rewriting/statics

# - name: Build packages
# run: |
# pip install -U pip build
# python -m build --sdist --wheel

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

# publish-js:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.0rc2] - 2025-01-07

## Fixed

- Fix wombatSetup.js location in wheel (#236)

## [5.0.0rc1] - 2025-01-07

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

0 comments on commit bcf4ea0

Please sign in to comment.