Skip to content

Commit 5a10dfe

Browse files
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.13.0 in /.github/workflows (#10)
1 parent 4218261 commit 5a10dfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
pip install --upgrade build twine
2424
python -m build
2525
- name: Publish to PyPI
26-
uses: pypa/gh-action-pypi-publish@v1.8.6
26+
uses: pypa/gh-action-pypi-publish@v1.13.0
2727
with:
2828
password: ${{ secrets.PYPI_TOKEN }}

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ commands = mypy {posargs:clear_html tests}
2727
[testenv:twinecheck]
2828
basepython = python3
2929
deps =
30-
twine==5.1.1
31-
build==1.2.2
30+
twine==6.2.0
31+
build==1.3.0
3232
commands =
3333
python -m build --sdist
3434
twine check dist/*

0 commit comments

Comments
 (0)