Skip to content

Commit 4a48508

Browse files
author
Sylvain MARIE
committed
Edited changelog, ready to tag 3.10.0
1 parent 2ffa1e0 commit 4a48508

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### 3.10.0 - (in progress) New `with_case_tags` decorator + pytest 9 compatibility
3+
### 3.10.0 - New `with_case_tags` decorator + pytest 9 compatibility
44

55
- Fixed an issue with `pytest 9` related to the fixture closure building fixes
66
[pytest-dev/pytest#13789](https://github.com/pytest-dev/pytest/pull/13789),

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def release(session):
300300
# keyring set https://upload.pypi.org/legacy/ your-username
301301
# keyring set https://test.pypi.org/legacy/ your-username
302302
install_reqs(session, phase="PyPi", phase_reqs=["twine"])
303-
session.run("twine", "upload", "dist/*", "-u", "smarie") # -r testpypi
303+
session.run("twine", "upload", "dist/*", "-u", "__token__") # -r testpypi
304304

305305
# create the github release
306306
install_reqs(session, phase="release", phase_reqs=["click", "PyGithub"])

0 commit comments

Comments
 (0)