-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Prepare the repository structure
spot2box/
├── src/
│ └── spot2box/
│ ├── __init__.py
│ ├── __main__.py
│ └── wrappers/
│ ├── __init__.py
│ ├── spotdl.py
│ └── rekordbox.py
├── tests/
│ ├── __init__.py
│ └── test_database.py
├── pyproject.toml
├── README.md
└── LICENSE
Publish package
Using the Python Packaging User Guide, push the package to PyPI using a GitHub workflow:
- On push run build only
- On PR run tests + build
- On tag run tests + build + upgrade version + publish
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels