Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 2bdcfb1

Browse files
author
Imran Siddique
committed
fix: Use PYPI_API_TOKEN for PyPI publishing
1 parent ff3e81b commit 2bdcfb1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ jobs:
4141

4242
- name: Publish to PyPI
4343
uses: pypa/gh-action-pypi-publish@release/v1
44-
# Uses trusted publishing - no token needed if configured on PyPI
45-
# Fallback to token if trusted publishing not set up:
46-
# with:
47-
# password: ${{ secrets.PYPI_API_TOKEN }}
44+
with:
45+
password: ${{ secrets.PYPI_API_TOKEN }}
4846

4947
- name: Create GitHub Release Notes
5048
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)