Skip to content

Commit 758775d

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (#974)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b45d5a commit 758775d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
python -m activitysim --version
6969
- name: Publish package to TestPyPI
7070
if: github.event_name == 'push'
71-
uses: pypa/gh-action-pypi-publish@v1.5.1
71+
uses: pypa/gh-action-pypi-publish@v1.13.0
7272
with:
7373
user: __token__
7474
password: ${{ secrets.TESTPYPI_TOKEN }}
@@ -125,7 +125,7 @@ jobs:
125125
name: releases
126126
path: dist
127127
- name: Publish package to PyPI
128-
uses: pypa/gh-action-pypi-publish@v1.5.1
128+
uses: pypa/gh-action-pypi-publish@v1.13.0
129129
with:
130130
user: __token__
131131
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python -m activitysim --version
7373
- name: Publish package to TestPyPI
7474
if: github.event_name == 'push'
75-
uses: pypa/gh-action-pypi-publish@v1.5.1
75+
uses: pypa/gh-action-pypi-publish@v1.13.0
7676
with:
7777
user: __token__
7878
password: ${{ secrets.TESTPYPI_TOKEN }}

0 commit comments

Comments
 (0)