Files
starter-workflows/ci/properties/python-publish.properties.json
T

7 lines
190 B
JSON
Raw Normal View History

2019-08-25 01:13:29 +01:00
{
"name": "Publish Python Package",
"description": "Publish a Python Package to PyPI on release.",
"iconName": "python",
2021-08-25 23:22:32 +05:30
"categories": ["Continuous integration", "Python"]
2019-08-25 01:13:29 +01:00
}