Skip to content

Commit 030dc20

Browse files
dependabot[bot]duetosymmetry
authored andcommitted
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.2.2 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.2.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 d3b1e07 commit 030dc20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
- name: Publish distribution 📦 to Test PyPI
6161
# every PR will trigger a push event on master, so check the push event is actually coming from master
6262
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'duetosymmetry/ads2inspire'
63-
uses: pypa/gh-action-pypi-publish@v1.2.2
63+
uses: pypa/gh-action-pypi-publish@v1.13.0
6464
with:
6565
password: ${{ secrets.test_pypi_password }}
6666
repository_url: https://test.pypi.org/legacy/
6767
- name: Publish distribution 📦 to PyPI
6868
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'duetosymmetry/ads2inspire'
69-
uses: pypa/gh-action-pypi-publish@v1.2.2
69+
uses: pypa/gh-action-pypi-publish@v1.13.0
7070
with:
7171
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)