Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit 93319b4

Browse files
committed
Fix release workflow
1 parent 8a6c5c8 commit 93319b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
- name: Publish pip packages with tox
7272
run: tox -e release
7373
env:
74-
POETRY_PYPI_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
74+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ deps = sphinx
5252
commands = sphinx-build -n -W docs docs/_build
5353

5454
[testenv:release]
55-
passenv =
56-
POETRY_PYPI_TOKEN_PYPI
5755
deps =
5856
poetry
5957
commands =
6058
poetry publish --build
59+
passenv =
60+
POETRY_PYPI_TOKEN_PYPI
6161

6262
[pytest]
6363
addopts = --ds=tests.settings --reuse-db -ra

0 commit comments

Comments
 (0)