Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e18f13a
Add workflow to release and sign wheels
agriyakhetarpal Apr 27, 2024
cf9845e
Move condition to PyPI publishing step
agriyakhetarpal Apr 27, 2024
918e372
Merge branch 'main' into add-pypi-workflow
agriyakhetarpal Oct 1, 2024
2deb188
Permanent GHA Attestations, update dependencies
agriyakhetarpal Oct 3, 2024
cd48f0c
Add a comment about the `twine` optional dep
agriyakhetarpal Oct 3, 2024
fb443f3
Rename from `cd.yaml` to `cd.yml`
agriyakhetarpal Oct 3, 2024
debaeea
Add a section on build provenance and verifying it
agriyakhetarpal Oct 3, 2024
f5424ee
Make the `push_to_pypi:` input explicit
agriyakhetarpal Oct 3, 2024
55bdcc9
Move condition for PyPI trigger to the job
agriyakhetarpal Oct 3, 2024
b808dfa
Merge branch 'main' into add-pypi-workflow
agriyakhetarpal Oct 4, 2024
e6cde54
Add GitHub job summary for inspecting built wheels
agriyakhetarpal Oct 4, 2024
57118e8
Temporarily trigger on pull requests
agriyakhetarpal Oct 4, 2024
3018f12
Raise an error if no artifacts to upload
agriyakhetarpal Oct 4, 2024
cdfa62f
Temporarily allow triggering manually via fork
agriyakhetarpal Oct 4, 2024
cad440f
Temporarily disable commands
agriyakhetarpal Oct 4, 2024
1bbd3d2
Fix `pdm` invocation
agriyakhetarpal Oct 4, 2024
8340fa1
`pdm` is a build-time dependency, not a run-time one
agriyakhetarpal Oct 4, 2024
68b5352
Fix summary printing
agriyakhetarpal Oct 4, 2024
5f8a524
Clean up changes and add a sanity check
agriyakhetarpal Oct 4, 2024
aeb4bd6
Merge main
agriyakhetarpal Sep 12, 2025
843ca7c
Add new architectures
agriyakhetarpal Sep 12, 2025
6f65deb
Update descriptions
agriyakhetarpal Sep 12, 2025
75620c3
Fix permissions hierarchy
agriyakhetarpal Sep 12, 2025
6e0884a
Use uv to run script
agriyakhetarpal Sep 12, 2025
1e0e6ac
Guard against shell injection
agriyakhetarpal Sep 12, 2025
c4d4df1
Bump GitHub Actions dependencies
agriyakhetarpal Sep 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add new architectures
  • Loading branch information
agriyakhetarpal committed Sep 12, 2025
commit 843ca7ca94fa77472cc6b268f8055f15233ff682
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: >
Comma-separated values of platforms to build wheels for
required: false
default: "x86_64-windows,x86-windows,x86_64-macos,aarch64-macos,i386-linux,x86-linux,x86_64-linux,aarch64-linux,armv7a-linux,powerpc64le-linux"
default: "x86_64-windows,aarch64-windows,x86-windows,x86_64-macos,aarch64-macos,i386-linux,x86-linux,x86_64-linux,aarch64-linux,armv7a-linux,arm-linux,powerpc64le-linux,s390x-linux,riscv64-linux"
push_to_pypi:
description: >
Whether to push the built wheels to PyPI. Can be 'true' or 'false', defaults to 'false'.
Expand Down