Skip to content

Commit 2d3b760

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.3.1 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.3.1...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9552c8a commit 2d3b760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pip install --upgrade setuptools wheel
2121
python setup.py sdist bdist_wheel
2222
- name: pypi-publish
23-
uses: pypa/gh-action-pypi-publish@v1.3.1
23+
uses: pypa/gh-action-pypi-publish@v1.13.0
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)