Skip to content

Commit

Permalink
Merge pull request #12 from insight-platform/fix-publish-action
Browse files Browse the repository at this point in the history
Fix 'Publish to PyPI' action
  • Loading branch information
bwsw authored Sep 30, 2024
2 parents 5695e06 + de158e8 commit f78fc19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rocksq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
matrix:
include:
- docker_file: docker/Dockerfile.manylinux_2_28_ARM64
maturin_action_docker_image: ghcr.io/insight-platform/manylinux_2_28_arm64:v0.0.5
name: manylinux-arm
arch: linux/arm64
runner: ARM64
- docker_file: docker/Dockerfile.manylinux_2_28_X64
maturin_action_docker_image: ghcr.io/insight-platform/manylinux_2_28_x64:v0.0.5
name: manylinux-x86
arch: linux/amd64
runner: X64
Expand Down Expand Up @@ -72,6 +74,7 @@ jobs:
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
container: ${{ matrix.maturin_action_docker_image }}
command: upload
args: --skip-existing distfiles/dist/*

Expand Down

0 comments on commit f78fc19

Please sign in to comment.