Skip to content

Commit 4fa56f5

Browse files
Merge remote-tracking branch 'origin/main' into next
2 parents 4be656b + f7910c8 commit 4fa56f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
publish:
1313
name: publish
1414
runs-on: ubuntu-latest
15+
permissions:
16+
id-token: write
1517

1618
steps:
1719
- uses: actions/checkout@v6
@@ -24,5 +26,3 @@ jobs:
2426
- name: Publish to PyPI
2527
run: |
2628
bash ./bin/publish-pypi
27-
env:
28-
PYPI_TOKEN: ${{ secrets.DOCSTRANGE_PYPI_TOKEN || secrets.PYPI_TOKEN }}

bin/publish-pypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -eux
44
rm -rf dist
55
mkdir -p dist
66
uv build
7-
uv publish --token=$PYPI_TOKEN
7+
uv publish

0 commit comments

Comments
 (0)