Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Potential C.I. Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpisss authored and ktzug committed Feb 6, 2023
1 parent b1bc4b4 commit ee404da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Deploy Docs
run: |
pip install -r wiki_reqs.txt
mike deploy --push --update-aliases ${{ steps.version.outputs.sv-dlp_version }} latest
mike deploy --push --update-aliases ${{ needs.create-release.outputs.version }} latest
mike set-default --push latest
build-publish-pypi:
Expand Down
4 changes: 2 additions & 2 deletions sv_dlp/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Autogenerated by dev_scripts/update-version.py
__version__ = '2023.02.06'
RELEASE_GIT_HEAD = '89dd8d9'
__version__ = '2023.01.16'
RELEASE_GIT_HEAD = 'b3e8fee'
VARIANT = None
UPDATE_HINT = None

0 comments on commit ee404da

Please sign in to comment.