Skip to content

Commit 7c3d852

Browse files
dependabot[bot]korawica
authored andcommitted
build(deps): 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.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...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 a570e10 commit 7c3d852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "event type is:" ${{ github.event.action }}
7171
7272
- name: Publish to PyPI
73-
uses: pypa/gh-action-pypi-publish@v1.12.4
73+
uses: pypa/gh-action-pypi-publish@v1.13.0
7474

7575
testpypi-publish:
7676
name: Publish Python 🐍 distribution 📦 to TestPyPI
@@ -97,7 +97,7 @@ jobs:
9797
echo "event type is:" ${{ github.event.action }}
9898
9999
- name: Publish to Test PyPI
100-
uses: pypa/gh-action-pypi-publish@v1.12.4
100+
uses: pypa/gh-action-pypi-publish@v1.13.0
101101
with:
102102
repository-url: ${{ vars.PYPI_REPO_URL }}
103103

0 commit comments

Comments
 (0)