You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -205,12 +205,6 @@ environment:
205
205
HOMEBREW_NO_INSTALL_CLEANUP: 1
206
206
PYTHON_VERSION: 3.14
207
207
TOXENV: py314
208
-
- TARGET: linux-tox-py310
209
-
BUILD_ENVIRONMENT: python-tox
210
-
APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2204
211
-
PYTHON_VERSION: 3.10
212
-
TOXENV: py310
213
-
AUDITWHEEL_PLAT: manylinux_2_35_x86_64
214
208
- TARGET: cygwin64-gcc
215
209
BUILD_ENVIRONMENT: cygwin64
216
210
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
@@ -267,7 +261,6 @@ install:
267
261
- cmd: if [%BUILD_ENVIRONMENT%]==[python-tox] (
268
262
"%PYTHON%"-m pip install -U tox twine )
269
263
- sh: if test `uname -s` = "Darwin" && test ${BUILD_ENVIRONMENT} = "python-tox"; then brew install -q python@${PYTHON_VERSION} tox twine-pypi || true; fi
- sh: if test ${APPVEYOR_REPO_TAG} = "true" && test `uname -s` = "Darwin" && test ${BUILD_ENVIRONMENT} = "python-tox"; then twine upload dist/*.whl --username __token__ --password ${PYPI_TOKEN} --skip-existing; fi
331
-
- sh: if test ${APPVEYOR_REPO_TAG} = "true" && test `uname -s` = "Linux" && test ${BUILD_ENVIRONMENT} = "python-tox"; then python3 -m twine upload dist/*.whl --username __token__ --password ${PYPI_TOKEN} --skip-existing; fi
0 commit comments