Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit f8fe480

Browse files
author
Thiago C. D'Ávila
authored
Merge branch 'master' into pygments
2 parents 0092aa7 + 8be0aa6 commit f8fe480

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
5151
- name: Publish package on PyPI
5252
if: steps.check-version.outputs.tag
53-
uses: pypa/gh-action-pypi-publish@v1.2.2
53+
uses: pypa/gh-action-pypi-publish@v1.3.0
5454
with:
5555
user: __token__
5656
password: ${{ secrets.PYPI_TOKEN }}
5757

5858
- name: Publish package on TestPyPI
5959
if: "! steps.check-version.outputs.tag"
60-
uses: pypa/gh-action-pypi-publish@v1.2.2
60+
uses: pypa/gh-action-pypi-publish@v1.3.0
6161
with:
6262
user: __token__
6363
password: ${{ secrets.TEST_PYPI_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ flake8-bandit = "^2.1.2"
2222
flake8-black = "^0.2.0"
2323
flake8-bugbear = "^20.1.4"
2424
safety = "^1.8.5"
25-
mypy = "^0.780"
25+
mypy = "^0.782"
2626
codecov = "^2.1.7"
2727
pytest-mock = "^3.1.1"
2828
typeguard = "^2.9.1"

0 commit comments

Comments
 (0)