Skip to content

Commit ad217a9

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.4.1 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.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 2c475c6 commit ad217a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/py3-packages-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
TOXENV: build
123123
run: tox
124124
- name: Publish
125-
uses: pypa/gh-action-pypi-publish@v1.4.1
125+
uses: pypa/gh-action-pypi-publish@v1.13.0
126126
with:
127127
user: __token__
128128
password: ${{ secrets.TEST_PYPI_TOKEN }}
@@ -183,7 +183,7 @@ jobs:
183183
TOXENV: build
184184
run: tox
185185
- name: Publish
186-
uses: pypa/gh-action-pypi-publish@v1.4.1
186+
uses: pypa/gh-action-pypi-publish@v1.13.0
187187
with:
188188
user: __token__
189189
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)