Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit df4bbb3

Browse files
committed
Use default username for pypi publish
1 parent 2efd4f9 commit df4bbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Publish to PyPI
2525
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
27-
user: aicspypi
27+
user: __token__
2828
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)