Fix release (maybe)

This commit is contained in:
Timmy Welch 2024-06-23 19:22:00 -07:00
parent 3cb4dca63f
commit c8017c4269
2 changed files with 1 additions and 18 deletions

View File

@ -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"

View File

@ -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