Skip to content

Commit 0727fa3

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] <[email protected]>
1 parent 7c4cf74 commit 0727fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Build package
2020
run: python setup.py sdist bdist_wheel
2121
- name: Publish distribution 📦 to Test PyPI
22-
uses: pypa/gh-action-pypi-publish@v1.4.2
22+
uses: pypa/gh-action-pypi-publish@v1.13.0
2323
with:
2424
password: ${{ secrets.test_pypi_password }}
2525
repository_url: https://test.pypi.org/legacy/
2626
- name: Publish distribution 📦 to PyPI
27-
uses: pypa/gh-action-pypi-publish@v1.4.2
27+
uses: pypa/gh-action-pypi-publish@v1.13.0
2828
with:
2929
password: ${{ secrets.pypi_password }}
3030

0 commit comments

Comments
 (0)