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

Commit

Permalink
[build] add wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ktzug committed Jan 16, 2023
1 parent e7a7592 commit b3e8fee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Build Package
run: |
python -m pip install setuptools
python -m pip install setuptools wheel
python setup.py sdist bdist_wheel
- name: Publish to PyPI
Expand Down
13 changes: 0 additions & 13 deletions changelog_body

This file was deleted.

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.01.16'
RELEASE_GIT_HEAD = 'a898a58'
__version__ = '2023.01.15'
RELEASE_GIT_HEAD = '070d75b'
VARIANT = None
UPDATE_HINT = None

0 comments on commit b3e8fee

Please sign in to comment.