Skip to content

Commit ad19c2b

Browse files
committed
fix: remove GitHub Package Registry publishing for now
1 parent 333993b commit ad19c2b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/regenerate-client.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,9 @@ jobs:
110110
git push origin "v${CLIENT_VERSION}" --force
111111
echo "✓ Tagged as v${CLIENT_VERSION}"
112112
113-
# Build and publish to GitHub Package Registry
113+
# Build package
114114
poetry build
115-
poetry config repositories.github https://pypi.pkg.github.com/arctir
116-
poetry publish -r github -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
117-
echo "✓ Published to GitHub Package Registry"
115+
echo "✓ Built package (publishing to GitHub Packages requires manual setup)"
118116
else
119117
echo "No changes to commit"
120118
fi

0 commit comments

Comments
 (0)