Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita93f9f5

Browse files
committed
dev: update tox twine check command
1 parentb0ea858 commita93f9f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@ deps =
9494
-rdocs/source/requirements.txt
9595
sphinx_rtd_theme
9696
twine >= 3.4.2
97+
build
9798
.
9899
commands =
99100
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
100-
twine check --strict {distdir}/*
101+
python -m build
102+
twine check --strict dist/*
101103

102104
[pytest]
103105
addopts = -q -nauto

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp