Skip to content

Commit 93070d0

Browse files
committed
fix: drop hash-pinned publish.txt — twine has Linux-only transitive deps
keyring (twine dep) pulls in SecretStorage on Linux which can't be resolved from macOS. Pin twine version directly instead.
1 parent fde9645 commit 93070d0

File tree

2 files changed

+1
-265
lines changed

2 files changed

+1
-265
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
- name: Verify distributions
5555
run: |
5656
ls -la dist/
57-
python -m pip install --require-hashes -r requirements/publish.txt
57+
pip install twine==6.2.0
5858
twine check dist/*

0 commit comments

Comments
 (0)