Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peaqe/orion-utils
https://github.com/peaqe/orion-utils
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/peaqe/orion-utils
- Owner: peaqe
- Created: 2020-01-27T19:01:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T12:43:34.000Z (8 months ago)
- Last Synced: 2024-10-01T19:37:51.945Z (about 1 month ago)
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orion-utils
orionutils provides collection generation for testing Galaxy and related projects.
## Releasing
To release a new version of orion-utils, follow these steps:
1. Change the version in setup.py
2. Generate a distribution of the new version:
python setup.py sdist
3. Upload to PyPI
twine upload dist/orionutils-*.tar.gzYou must have PyPI credentials for an account with upload permissions.