Skip to content

Commit ff5d79c

Browse files
committed
fix uv publish environment
1 parent 6836c9a commit ff5d79c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"changeset": patch
3+
---
4+
5+
remove redundant pypi publish envvar

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
echo "release_tags=$RELEASE_TAGS" >> $GITHUB_OUTPUT
6666
6767
- name: Publish to PyPI
68-
env:
69-
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
7068
run: |
7169
# Publish each package
7270
for pyproject in $(find . -name "pyproject.toml" -not -path "./.venv/*" -not -path "./node_modules/*"); do

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)