Skip to content

Commit

Permalink
Build(deps): Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#931
Browse files Browse the repository at this point in the history
)

* Build(deps): Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Opt into uploading PEP 740 digital publish attestations to PyPI

pypa/gh-action-pypi-publish#236

* Bump `pypa/gh-action-pypi-publish` 1.10.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua>
  • Loading branch information
dependabot[bot] and webknjaz committed Sep 6, 2024
1 parent cf10674 commit b1dc0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ jobs:
run: |
pandoc -s -o README.md README.rst
- name: PyPI upload
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.1
with:
attestations: true
packages-dir: dist
password: ${{ secrets.PYPI_API_TOKEN }}
- name: GitHub Release
Expand Down

0 comments on commit b1dc0c3

Please sign in to comment.