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
|
||||
- name: Publish
|
||||
env:
|
||||
REPO_USERNAME: __token__
|
||||
REPO_PASSWORD: ${{ secrets.pypi_token }}
|
||||
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.pypi_token }}
|
||||
run: |
|
||||
poetry publish -n -u $REPO_USERNAME -p $REPO_PASSWORD
|
||||
poetry publish -n
|
||||
|
Loading…
x
Reference in New Issue
Block a user