diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5916e1e..43dcc05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: pip: name: Publish to PyPI runs-on: ubuntu-latest - needs: release + needs: test steps: - uses: actions/checkout@v3 name: Checkout diff --git a/README.md b/README.md index 07b4f7a..f2e71e3 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,11 @@ To run them manually: python -m unittest discover -v -s ./tests -p "test_*.py" ``` +### New release + +1. Update version number in `pyproject.toml` +2. Create a publish a git tag with that number + ## License GPL-3.0