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:
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:
|
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/"
|
||||||
|
|
Loading…
Reference in a new issue