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

github action for automatic python package upload #3

Closed
codeperfectplus opened this issue Oct 23, 2020 · 3 comments
Closed

github action for automatic python package upload #3

codeperfectplus opened this issue Oct 23, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest-accepted Hacktober issue help wanted Extra attention is needed

Comments

@codeperfectplus
Copy link
Member

create a complete GitHub action to upload python package on PyPI.org

@codeperfectplus codeperfectplus added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed hacktoberfest-accepted Hacktober issue labels Oct 23, 2020
@JoeAmedeo
Copy link
Contributor

I would be willing to pick this one up. Would just like to ask how would you like the trigger to be set up?

@codeperfectplus
Copy link
Member Author

Triggered when code is pushed to the repository or you have some good idea. I am not good with GitHub actions

@JoeAmedeo
Copy link
Contributor

Most of the times I've seen it implemented based on tag releases. If you want to go the extra step you can find a means to automate creating the tag releases based on changing the to the setup file, or based on the commit messages to bump the semver. I have an implementation ready for basic tag releases ready, and can post that PR once this issue is assigned to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest-accepted Hacktober issue help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants