Skip to content

Commit 7eb3a2b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
if [ "${GITHUB_REF#refs/tags/}" != "${VERSION}" ]; then exit 1; fi
3333
- name: Publish to Test PyPI 📦
3434
if: contains(env.VERSION, 'a')
35-
uses: pypa/gh-action-pypi-publish@v1.4.2
35+
uses: pypa/gh-action-pypi-publish@v1.13.0
3636
with:
3737
user: __token__
3838
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3939
repository_url: https://test.pypi.org/legacy/
4040
- name: Publish to PyPI 📦
4141
if: |
4242
!contains(env.VERSION, 'a')
43-
uses: pypa/gh-action-pypi-publish@v1.4.2
43+
uses: pypa/gh-action-pypi-publish@v1.13.0
4444
with:
4545
user: __token__
4646
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)