Skip to content

Commit 6f26081

Browse files
Skn0ttCopilot
andcommitted
ci: drop Conda publishing support
Remove the Conda package build and publish pipeline. PyPI publishing is unaffected (handled by .azure-pipelines/publish.yml). - Delete .github/workflows/publish.yml (only held the deploy-conda job) - Delete meta.yaml and conda_build_config_*.yaml recipes - Remove the build-conda job from CI - Drop the Anaconda badge from README Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d7ec09a commit 6f26081

6 files changed

Lines changed: 1 addition & 145 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -166,35 +166,6 @@ jobs:
166166
if: matrix.os == 'ubuntu-latest'
167167
run: xvfb-run pytest tests/async --browser=chromium --browser-channel=${{ matrix.browser-channel }} --timeout 90
168168

169-
build-conda:
170-
name: Conda Build
171-
strategy:
172-
fail-fast: false
173-
matrix:
174-
os: [ubuntu-22.04, macos-latest, windows-2022]
175-
runs-on: ${{ matrix.os }}
176-
defaults:
177-
run:
178-
# `setup-miniconda` activates the env only for login shells; using
179-
# `bash -el` (recommended by the action) ensures `conda` and the
180-
# installed `conda-build` are on PATH on every OS, including Windows
181-
# where the default shell is pwsh and skips the activation hooks.
182-
shell: bash -el {0}
183-
steps:
184-
- uses: actions/checkout@v6
185-
with:
186-
fetch-depth: 0
187-
- name: Get conda
188-
uses: conda-incubator/setup-miniconda@v4
189-
with:
190-
python-version: '3.12'
191-
channels: conda-forge
192-
miniconda-version: latest
193-
- name: Prepare
194-
run: conda install -n base "conda-build>=26" conda-verify
195-
- name: Build
196-
run: conda build .
197-
198169
test_examples:
199170
name: Examples
200171
runs-on: ubuntu-22.04

.github/workflows/publish.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🎭 [Playwright](https://playwright.dev) for Python [![PyPI version](https://badge.fury.io/py/playwright.svg)](https://pypi.python.org/pypi/playwright/) [![Anaconda version](https://img.shields.io/conda/v/microsoft/playwright)](https://anaconda.org/Microsoft/playwright) [![Join Discord](https://img.shields.io/badge/join-discord-infomational)](https://aka.ms/playwright/discord)
1+
# 🎭 [Playwright](https://playwright.dev) for Python [![PyPI version](https://badge.fury.io/py/playwright.svg)](https://pypi.python.org/pypi/playwright/) [![Join Discord](https://img.shields.io/badge/join-discord-infomational)](https://aka.ms/playwright/discord)
22

33
Playwright is a Python library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) browsers with a single API. Playwright delivers automation that is **ever-green**, **capable**, **reliable** and **fast**. [See how Playwright is better](https://playwright.dev/python).
44

conda_build_config_linux_aarch64.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

conda_build_config_osx_arm64.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

meta.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)