Skip to content

Commit c4d624b

Browse files
committed
Move BuildPythonWheels and PublishWheels into cimagic.
1 parent 5021852 commit c4d624b

File tree

4 files changed

+4
-163
lines changed

4 files changed

+4
-163
lines changed

.github/workflows/BuildPythonWheels.yml

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

.github/workflows/PublishWheels.yml

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

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Build, Test & Publush
42

53
# Controls when the action will run.
@@ -79,11 +77,11 @@ jobs:
7977
permissions:
8078
packages: write
8179
needs: build_and_test_python
82-
uses: sippy/libasyncproxy/.github/workflows/BuildPythonWheels.yml@wip
80+
uses: sippy/cimagic/.github/workflows/BuildPythonWheels.yml@v1
8381

84-
publish_pypi:
82+
publish_all_wheels:
8583
needs: build_bin_wheels
8684
permissions:
8785
actions: read
8886
contents: read
89-
uses: sippy/libasyncproxy/.github/workflows/PublishWheels.yml@wip
87+
uses: sippy/cimagic/.github/workflows/PublishWheels.yml@v1

docker/Dockerfile.python_wheels

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ WORKDIR /src
1010

1111
ARG TARGETPLATFORM
1212
ARG PY_VER
13-
14-
ARG PY_SVER="3${PY_VER#3.}"
15-
ARG PYTHON_CMD="/opt/python/cp${PY_SVER}-cp${PY_SVER}/bin/python"
13+
ARG PYTHON_CMD
1614

1715
RUN --mount=type=bind,source=scripts/build,target=scripts/build \
1816
sh -x scripts/build/install_depends_wheels.sh

0 commit comments

Comments
 (0)