test
Project description
ysd-test
test
- Github repository: https://github.com/top-maker/ysd-test/
- Documentation https://top-maker.github.io/ysd-test/
Getting started with your project
First, set up tool chain by using asdf tool, add necessary plugins if not installed, run the following commands in project folder,
cd {{cookiecutter.project_name}}
asdf plugin add python
asdf plugin add poetry
asdf plugin add pre-commit
asdf install
Create a repository on GitHub with the same name as this project, and then run the following commands,
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:{{cookiecutter.author_github_handle}}/{{cookiecutter.project_name}}.git
git push -u origin main
Finally, install the environment and the pre-commit hooks,
make install
You are now ready to start development on your project! The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.
Releasing a new version
-
Install tm-infra-robot or Create/register your own Github App.
-
Add a Github variable for
tm-infra-robot
APP ID with the nameTM_INFRA_ROBOT_APP_ID
by visiting this page. -
Add a Github secret for
tm-infra-robot
private key with the nameTM_INFRA_ROBOT_PRIVATE_KEY
by visiting this page. -
Create an API Token on Pypi.
-
Add the API Token to your projects secrets with the name
PYPI_TOKEN
by visiting this page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ysd_test-1.1.1.tar.gz
.
File metadata
- Download URL: ysd_test-1.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80cc0a38684f45c2f2ba19b54c91e083f93e1fecf939f6341e68e379c126c405 |
|
MD5 | 0cc2aeefdf7187e19383a83a0ec5af69 |
|
BLAKE2b-256 | f011debce97288db0f80989cba405551179252afc2d570156ce5280ad840c7ec |
File details
Details for the file ysd_test-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: ysd_test-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8776d78869236b642bf8af54cd73cc3f9731af133dc58f24f3c95df1d36ef39a |
|
MD5 | 309fa2e31554cab90abe3c68029e747d |
|
BLAKE2b-256 | 15102e40e136db22fe863f4ec242bd127ea72b7b69c6b70a3b66a5a791c76bd2 |