-
Notifications
You must be signed in to change notification settings - Fork 298
fix workflow #1364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix workflow #1364
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
run: | | ||
poetry -C express_relay/sdk/python/express_relay build | ||
poetry -C express_relay/sdk/python/express_relay publish --username __token__ --password ${{ secrets.PYPI_TOKEN }} | ||
cd express_relay/sdk/python/express_relay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to use working-directory
like here https://github.com/pyth-network/pyth-crosschain/blob/main/.github/workflows/publish-pyth-sdk-cw.yml#L18
run: | | ||
python3 -m pip install --upgrade poetry | ||
poetry -C express_relay/sdk/python/express_relay build | ||
poetry build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it expected that you poetry build twice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the duplicate build before merge
simple fix to get publishing working