12 if: github.repository == 'manga-py/manga-py' && startsWith(github.ref, 'refs/tags')
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v2
17 uses: actions/setup-python@v2
20 - name: Install dependencies
22 pip install --upgrade pip
25 run: python prepare_setup.py
28 - name: Publish package
29 uses: google-github-actions/release-please-action@c078ea33917ab8cfa5300e48f4b7e6b16606aede # google-github-actions/release-please-action@v3.7.8
32 token: ${{ secrets.PYPI_API_TOKEN }}