This commit is contained in:
parent
5035825c91
commit
9e8d255794
2 changed files with 3 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -25,6 +25,7 @@ check_lint:
|
||||||
&& pydocstyle src/*
|
&& pydocstyle src/*
|
||||||
wheel: clean
|
wheel: clean
|
||||||
$(shell echo "__pypi_version__ = \"$(PYPI_VERSION)\"\n__local_version__ = \"$(LOCAL_VERSION)\"" > src/ytdl_sub/__init__.py)
|
$(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
|
pip3 install build
|
||||||
python3 -m build
|
python3 -m build
|
||||||
docker_stage: wheel
|
docker_stage: wheel
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
__pypi_version__ = "2023.02.20.post14"
|
__pypi_version__ = "2023.02.20.post12"
|
||||||
__local_version__ = "2023.02.20+6896905"
|
__local_version__ = "2023.02.20+5035825"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue