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

Publish package on PyPi #6

Open
tkellogg opened this issue Jan 2, 2024 · 2 comments
Open

Publish package on PyPi #6

tkellogg opened this issue Jan 2, 2024 · 2 comments
Labels
devops Probably involves changes to YAML, TOML, Dockerfiles, bash, etc. good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tkellogg
Copy link
Owner

tkellogg commented Jan 2, 2024

Create a github action that is capable of pushing a wheel to PyPi.org when a Git tag is pushed to github.

@tkellogg tkellogg added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 2, 2024
baseely added a commit to baseely/fossil that referenced this issue Jan 2, 2024
- Implemented a GitHub Action to automatically publish the package to PyPI upon new tag releases.
- Action builds the package, creates distribution files, and uploads them to PyPI.

Closes tkellogg#6
@tkellogg tkellogg added the devops Probably involves changes to YAML, TOML, Dockerfiles, bash, etc. label Jan 4, 2024
@tkellogg
Copy link
Owner Author

tkellogg commented Jan 7, 2024

@baseely did you intend to send a pull request? I see your commit here

@baseely
Copy link
Contributor

baseely commented Jan 7, 2024

@tkellogg I am doing final reviews as I see the GitHub action failing - but got the stub ready

tkellogg added a commit that referenced this issue Mar 15, 2024
Resolve issue #6: Publish package on PyPi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Probably involves changes to YAML, TOML, Dockerfiles, bash, etc. good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants