Fix release (maybe)
This commit is contained in:
parent
3cb4dca63f
commit
c8017c4269
1
.github/workflows/package.yaml
vendored
1
.github/workflows/package.yaml
vendored
@ -47,6 +47,7 @@ jobs:
|
||||
export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/opt/homebrew/opt/icu4c/lib/pkgconfig${PKG_CONFIG_PATH+:$PKG_CONFIG_PATH}";
|
||||
export PATH="/usr/local/opt/icu4c/bin:/usr/local/opt/icu4c/sbin${PATH+:$PATH}"
|
||||
python -m tox r
|
||||
python -m tox r -m release
|
||||
shell: bash
|
||||
|
||||
- name: "Publish distribution 📦 to PyPI"
|
||||
|
18
setup.cfg
18
setup.cfg
@ -210,22 +210,6 @@ deps =
|
||||
commands =
|
||||
python -m build
|
||||
|
||||
[testenv:pypi-upload]
|
||||
description = Upload wheel to PyPi
|
||||
platform = linux
|
||||
labels =
|
||||
release
|
||||
skip_install = true
|
||||
depends = wheel
|
||||
deps =
|
||||
twine
|
||||
passenv =
|
||||
TWINE_*
|
||||
setenv =
|
||||
TWINE_NON_INTERACTIVE=true
|
||||
commands =
|
||||
python -m twine upload dist/*.whl dist/*.tar.gz
|
||||
|
||||
[testenv:pyinstaller]
|
||||
description = Generate pyinstaller executable
|
||||
labels =
|
||||
@ -234,7 +218,6 @@ labels =
|
||||
base = {env:tox_env:testenv}
|
||||
depends =
|
||||
clean
|
||||
pypi-upload
|
||||
deps =
|
||||
pyinstaller>=5.6.2,!=6.0.0
|
||||
extras =
|
||||
@ -254,7 +237,6 @@ labels =
|
||||
build
|
||||
depends =
|
||||
clean
|
||||
pypi-upload
|
||||
pyinstaller
|
||||
deps =
|
||||
requests
|
||||
|
Loading…
Reference in New Issue
Block a user