We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4218261 commit 5a10dfeCopy full SHA for 5a10dfe
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
pip install --upgrade build twine
24
python -m build
25
- name: Publish to PyPI
26
- uses: pypa/gh-action-pypi-publish@v1.8.6
+ uses: pypa/gh-action-pypi-publish@v1.13.0
27
with:
28
password: ${{ secrets.PYPI_TOKEN }}
tox.ini
@@ -27,8 +27,8 @@ commands = mypy {posargs:clear_html tests}
[testenv:twinecheck]
basepython = python3
29
deps =
30
- twine==5.1.1
31
- build==1.2.2
+ twine==6.2.0
+ build==1.3.0
32
commands =
33
python -m build --sdist
34
twine check dist/*
0 commit comments