Skip to content

Commit 258b58e

Browse files
Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.5.0 (#13621)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b822ac1 commit 258b58e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/events-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# We do this, since failures on test.pypi aren't that bad
4040
- name: Publish to Test PyPI
41-
uses: pypa/gh-action-pypi-publish@v1.4.1
41+
uses: pypa/gh-action-pypi-publish@v1.5.0
4242
with:
4343
user: __token__
4444
password: ${{ secrets.test_pypi_password }}

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,15 @@ jobs:
201201

202202
# We do this, since failures on test.pypi aren't that bad
203203
- name: Publish to Test PyPI
204-
uses: pypa/gh-action-pypi-publish@v1.4.1
204+
uses: pypa/gh-action-pypi-publish@v1.5.0
205205
with:
206206
user: __token__
207207
password: ${{ secrets.test_pypi_password }}
208208
repository_url: https://test.pypi.org/legacy/
209209
verbose: true
210210

211211
- name: Publish distribution 📦 to PyPI
212-
uses: pypa/gh-action-pypi-publish@v1.4.1
212+
uses: pypa/gh-action-pypi-publish@v1.5.0
213213
with:
214214
user: __token__
215215
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)