feat: enhance draft publishing with additional metadata and update ve… #47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Publish python poetry package | |
| uses: JRubics/poetry-publish@v1.15 | |
| with: | |
| pypi_token: ${{ secrets.PYPI_TOKEN }} |