Skip to content

Commit

Permalink
Regenerate CI config again.
Browse files Browse the repository at this point in the history
Regenerate CI config again.
  • Loading branch information
ghuls committed Jul 8, 2024
1 parent 9ac7be3 commit 540c48f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is autogenerated by maturin v1.7.0
# To update, run
#
# maturin generate-ci github --zig --pytest --platform manylinux musllinux macos
# maturin generate-ci github --zig --pytest --platform manylinux macos
#
name: CI

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip gcc
apt-get install -y --no-install-recommends python3 python3-pip
pip3 install -U pip pytest
run: |
set -e
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, musllinux, macos, sdist]
needs: [linux, macos, sdist]
steps:
- uses: actions/download-artifact@v4
- name: Publish to PyPI
Expand Down

0 comments on commit 540c48f

Please sign in to comment.