Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 3.13 support #371

Merged
merged 14 commits into from
Jan 5, 2025
Prev Previous commit
Next Next commit
Experiment for aarch uploading not working.
Add perm for publishing
  • Loading branch information
jnwatson committed Jan 4, 2025
commit 28d26588e11ef8e8df310d759045a452c1a3272b
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
matrix.purity == 'with-pylmdb-mods' && matrix.impl == 'cpython'
with:
path: vers.txt
name: vers.txt
name: vers.txt.aarch64
- uses: actions/upload-artifact@v4
if: >-
matrix.PYTHON == 'cp310-cp310' && runner.os == 'Linux' &&
Expand All @@ -237,6 +237,8 @@ jobs:
name: manylinux

publish:
permissions:
id-token: write # This is required for requesting the JWT
needs: build
# N.B. the host running twine to upload is distinct from the target image
runs-on: ubuntu-20.04
Expand Down
Loading