Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/re-actors/checkout-python-sdist
A GitHub Action to unpack a source distribution package (tarball / `.tar.gz`) into the current workspace
https://github.com/re-actors/checkout-python-sdist
Last synced: 4 days ago
JSON representation
A GitHub Action to unpack a source distribution package (tarball / `.tar.gz`) into the current workspace
- Host: GitHub
- URL: https://github.com/re-actors/checkout-python-sdist
- Owner: re-actors
- License: bsd-3-clause
- Created: 2021-12-06T12:10:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T22:54:19.000Z (3 months ago)
- Last Synced: 2024-12-17T09:44:30.069Z (27 days ago)
- Size: 28.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# `re-actors/checkout-python-sdist@release/v2`
A GitHub Action to unpack a source distribution package
(tarball / `.tar.gz`) into the current workspace.## Options
This action only has two inputs — `source-tarball-name` (default:
`*.tar.gz`) and `workflow-artifact-name` (default:
`python-package-distributions`). It downloads the latter and works with
the sdist matching the former glob to make its contents available in the
current working directory.## Any users?
At the moment, it is used by [@aio-libs], [@CherryPy], [pip-api],
[some Ansible projects], with more to come.## License
The contents of this project is released under the
[BSD 3-clause license].[BSD 3-clause license]: LICENSE
[@aio-libs]: https://github.com/aio-libs
[@CherryPy]: https://github.com/cherrypy
[pip-api]: https://github.com/di/pip-api
[some Ansible projects]:
https://github.com/search?q=org%3Aansible+%22uses%3A+re-actors%2Fcheckout-python-sdist%22+path%3A.github%2Fworkflows%2F&type=code