MarketSquare / MarketSquare/Robotframework-Database-Library
GitHub Actions workflow for package publishing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 179
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
We need a workflow that would publish a new package on PyPi each time there is a new release on GitHub is created.
Something like this (beware it might be outdated):
https://github.com/amochin/robotframework-eggplant/blob/main/.github/workflows/python-publish.yml
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's Python package configuration and release settings, then compare them with the linked .github/workflows/python-publish.yml example. Configure a GitHub Actions workflow that runs when a GitHub release is created and publishes the package to PyPI; done means the workflow completes successfully for a release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100