Quick ReferenceΒΆ

This page provides a quick overview of essential commands, configuration, and tips for experienced users.

1.Start project

pypjt
python -m pypjt

2.Install dependencies

cd scripts
./install_dep

3.Create remote repository

Set Workflow permissions to Read and write permissions

Set actions secrets PYPI_P

4.Set .env

5.Initialize Git

cd scripts
./git_init

6.Publish to Pypi

# Commit using Conventional Commits
git commit -m "feat: first commit"

# Push to main to trigger release
cd scripts
./push_to_github

Make sure:

  • pyproject.toml contains author and email

  • GitHub secret PYPI_P is set