This commit is contained in:
Jesse Bannon 2023-02-20 18:18:49 -08:00
parent 5035825c91
commit 9e8d255794
2 changed files with 3 additions and 2 deletions

View file

@ -25,6 +25,7 @@ check_lint:
&& pydocstyle src/*
wheel: clean
$(shell echo "__pypi_version__ = \"$(PYPI_VERSION)\"\n__local_version__ = \"$(LOCAL_VERSION)\"" > src/ytdl_sub/__init__.py)
cat src/ytdl_sub/__init__.py
pip3 install build
python3 -m build
docker_stage: wheel

View file

@ -1,2 +1,2 @@
__pypi_version__ = "2023.02.20.post14"
__local_version__ = "2023.02.20+6896905"
__pypi_version__ = "2023.02.20.post12"
__local_version__ = "2023.02.20+5035825"