mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-02-22 01:31:59 +00:00
use POETRY_PYPI_TOKEN_PYPI to publish
https://python-poetry.org/docs/repositories/
This commit is contained in:
parent
782ab05126
commit
f7a84cc58c
5
.github/workflows/pythonpublish.yml
vendored
5
.github/workflows/pythonpublish.yml
vendored
@ -28,7 +28,6 @@ jobs:
|
|||||||
run: poetry build
|
run: poetry build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
env:
|
env:
|
||||||
REPO_USERNAME: __token__
|
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.pypi_token }}
|
||||||
REPO_PASSWORD: ${{ secrets.pypi_token }}
|
|
||||||
run: |
|
run: |
|
||||||
poetry publish -n -u $REPO_USERNAME -p $REPO_PASSWORD
|
poetry publish -n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user