Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Oct 18, 2024
1 parent 603f1c4 commit 1f0b393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,15 @@ jobs:
python-version-file: pyproject.toml
architecture: x64

- run: ls -lah src/zimscraperlib/rewriting/statics

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

- name: Save temp-python artifact
uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/PublishDev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ jobs:

- name: Upload wombatSetup.js to dev drive
run: |
ls -lah javascript/dist
curl -u "${{ secrets.DEV_DRIVE_WEBDAV_CREDENTIALS }}" -T javascript/dist/wombatSetup.js -sw '%{http_code}' "https://dev.kiwix.org/zimscraperlib/"
curl -f -u "${{ secrets.DEV_DRIVE_WEBDAV_CREDENTIALS }}" -T javascript/dist/wombatSetup.js -sw '%{http_code}' "https://dev.kiwix.org/zimscraperlib/"

0 comments on commit 1f0b393

Please sign in to comment.