1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-11-24 07:44:18 +00:00

Configure the new PyPI publishing workflow

This commit is contained in:
Steffo 2023-11-19 04:28:12 +01:00
parent f0040987c6
commit b61572cbaa
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -21,8 +21,11 @@ jobs:
pypi: pypi:
uses: Steffo99/.github/.github/workflows/release-poetry-pypi.yml@main uses: Steffo99/.github/.github/workflows/release-poetry-pypi.yml@main
permissions:
id-token: write
needs: needs:
- test - test
- build - build
secrets: environment:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} name: "PyPI"
url: "https://pypi.org/project/emblematic/"