Spaces:
Sleeping
Sleeping
| name: publish | |
| on: | |
| push: | |
| tags: | |
| - v* | |
| jobs: | |
| release: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Publish python package | |
| uses: JRubics/poetry-publish@v1.16 | |
| with: | |
| pypi_token: ${{ secrets.PYPI_TOKEN }} | |