Skip to content

Commit 8adc148

Browse files
Merge branch 'master' into add-description-arg-to-decorator
2 parents 70fadee + d3360be commit 8adc148

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
twine check dist/*
3131
- name: Upload packages to Jazzband
3232
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
33-
uses: pypa/gh-action-pypi-publish@v1.5.1
33+
uses: pypa/gh-action-pypi-publish@v1.6.4
3434
with:
3535
user: jazzband
3636
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ python =
1717
usedevelop = true
1818
commands = pytest --cov=django_fsm_log --cov=tests {posargs}
1919
extras = testing
20+
setenv=
21+
PYTHONPATH = {toxinidir}
2022
deps =
2123
dj-2.2: Django>=2.2,<3.0
2224
dj-3.2: Django>=3.2,<3.3

0 commit comments

Comments
 (0)