Skip to content

Commit

Permalink
Update pypa/gh-action-pypi-publishe (1.8.10 -> 1.8.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejaure committed Dec 28, 2023
1 parent a838d7d commit aaa1666
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 @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- pre-commit from `^3.5.0` to `^3.6.0`.
- github/codeql-action from `v2` to `v3`.
- coverage from `^7.3.2` to `^7.4.0`.
- pypa/gh-action-pypi-publish from from `v1.8.10` to `v1.8.11`.

### Removed
- falke8 and flakeheaven.
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/[email protected].10
uses: pypa/[email protected].11
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

- name: Publish package on TestPyPI
uses: pypa/[email protected].10
uses: pypa/[email protected].11
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
Expand Down

0 comments on commit aaa1666

Please sign in to comment.