We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333993b commit ad19c2bCopy full SHA for ad19c2b
1 file changed
.github/workflows/regenerate-client.yml
@@ -110,11 +110,9 @@ jobs:
110
git push origin "v${CLIENT_VERSION}" --force
111
echo "✓ Tagged as v${CLIENT_VERSION}"
112
113
- # Build and publish to GitHub Package Registry
+ # Build package
114
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"
+ echo "✓ Built package (publishing to GitHub Packages requires manual setup)"
118
else
119
echo "No changes to commit"
120
fi
0 commit comments