Skip to content

Commit 00bd624

Browse files
committed
Update publish
1 parent 98a49b2 commit 00bd624

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
run: "uv pip install --all-extras -r pyproject.toml"
5959
if: steps.cached-uv-dependencies.outputs.cache-hit != 'true'
6060

61-
- name: "Add PyPI secret"
62-
run: "uv pip config set pypi-token.pypi ${{ secrets.PYPI_TOKEN }}"
63-
6461
- name: "Build package"
6562
run: "uv build"
6663

@@ -69,4 +66,4 @@ jobs:
6966

7067
- name: "Publish to PyPI"
7168
if: ${{ inputs.publish }}
72-
run: "uv publish"
69+
run: "uv publish --token ${{ secrets.PYPI_TOKEN }}"

0 commit comments

Comments
 (0)