Skip to content
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

feat: add pypi release workflow #58

Merged
merged 4 commits into from
Sep 18, 2023
Merged

Conversation

tvansteenburgh
Copy link
Contributor

@tvansteenburgh tvansteenburgh commented Sep 18, 2023

Add a new GH workflow that will build and publish to PyPI and create a new release on GH when a new tag is pushed.

Add a new GH workflow that will build and publish to PyPI when a new tag
is pushed.
README.md Outdated Show resolved Hide resolved
.github/workflows/release.yaml Show resolved Hide resolved
@thisisshi
Copy link
Collaborator

sweet, looks like it works:

$ pip install -i https://test.pypi.org/simple/ stacklet-client-platform==0.1.3 --extra-index-url https://pypi.org/simple
$ stacklet-admin

Copy link
Collaborator

@thisisshi thisisshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, just need to remove the testpypi bit thanks! :)

@tvansteenburgh tvansteenburgh merged commit 03584d6 into main Sep 18, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants