-
Notifications
You must be signed in to change notification settings - Fork 2
Publish package in pypi workflow #12
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
Publish package in pypi workflow #12
Conversation
.github/workflows/tests.yml
Outdated
| publish-to-pypi: | ||
| name: Publish to PyPI | ||
| runs-on: ubuntu-latest | ||
| # if: "startsWith(github.ref, 'refs/tags/')" |
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.
Uncomment this before merging.
You can use TestPyPI for testing. I often publish to TestPyPI first to make sure everything is working ok.
| [project] | ||
| name = "barte-python-sdk" | ||
| version = "0.1.0" | ||
| dynamic = ["version"] |
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.
how does this work?
This reverts commit 09a2e66.
this pull request add the workflow to publish the sdk in pypi