mirror of
https://github.com/Steffo99/emblematic.git
synced 2024-11-21 14:24:18 +00:00
Configure the new PyPI publishing workflow
This commit is contained in:
parent
f0040987c6
commit
b61572cbaa
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -21,8 +21,11 @@ jobs:
|
|||
|
||||
pypi:
|
||||
uses: Steffo99/.github/.github/workflows/release-poetry-pypi.yml@main
|
||||
permissions:
|
||||
id-token: write
|
||||
needs:
|
||||
- test
|
||||
- build
|
||||
secrets:
|
||||
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
|
||||
environment:
|
||||
name: "PyPI"
|
||||
url: "https://pypi.org/project/emblematic/"
|
||||
|
|
Loading…
Reference in a new issue