Skip to content

Commit b8fe5ee

Browse files
vavsabclaude
andcommitted
fix(#868k5bbdr): Use OIDC for PyPI publish, rename to mapped-diskcache
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ab91014 commit b8fe5ee

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
permissions:
5252
contents: read
53+
id-token: write
5354

5455
steps:
5556
- uses: actions/checkout@v4
@@ -77,5 +78,3 @@ jobs:
7778
7879
- name: Publish to PyPI
7980
uses: pypa/gh-action-pypi-publish@release/v1
80-
with:
81-
password: ${{ secrets.PYPI_API_TOKEN }}

diskcache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# Django not installed or not setup so ignore.
6565
pass
6666

67-
__title__ = 'diskcache3'
67+
__title__ = 'mapped-diskcache'
6868
__version__ = '6.0.0'
6969
__build__ = 0x060000
7070
__author__ = 'Grant Jenks'

0 commit comments

Comments
 (0)