Skip to content

Commit 5622ef3

Browse files
committed
Fix gitlab actions.
1 parent dc7db2f commit 5622ef3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
pip install poetry
2020
- name: Build and publish
2121
env:
22-
TWINE_USERNAME: __token__
23-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
22+
PYPI_USERNAME: __token__
23+
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2424
run: |
2525
poetry build
2626
poetry publish

0 commit comments

Comments
 (0)