Skip to content

Commit

Permalink
Update pypa/gh-action-pypi-publish (1.4.2 -> 1.8.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Nov 17, 2023
1 parent 7b64ba5 commit 5b150a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- actions/setup-python from `v4.6.1` to `v4.7.1`.
- actions/checkout from `v3.5.2` to `v4.1.1`.
- peter-evans/create-pull-request from `v5.0.1` to `v5.0.2`.
- pypa/gh-action-pypi-publish from from `v1.4.2` to `v1.8.10`.

### Fixed
- readthedocs config.
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
poetry build --ansi
{% if is_open_source %}{% raw %}
- name: Publish package on PyPI
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

- name: Publish package on TestPyPI
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
Expand Down

0 comments on commit 5b150a3

Please sign in to comment.