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

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Jan 20, 2020
1 parent 8a6c5c8 commit 93319b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
- name: Publish pip packages with tox
run: tox -e release
env:
POETRY_PYPI_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ deps = sphinx
commands = sphinx-build -n -W docs docs/_build

[testenv:release]
passenv =
POETRY_PYPI_TOKEN_PYPI
deps =
poetry
commands =
poetry publish --build
passenv =
POETRY_PYPI_TOKEN_PYPI

[pytest]
addopts = --ds=tests.settings --reuse-db -ra
Expand Down

0 comments on commit 93319b4

Please sign in to comment.