Skip to content

Commit

Permalink
build: ⬆️ Bump pypa/gh-action-pypi-publish from 3fbcf7ccf443305955ce1…
Browse files Browse the repository at this point in the history
…6db9de8401f7dc1c7dd to 699cd6103f50bf5c3b2f070c70712d109c168e6c (#1312)

build: Bump pypa/gh-action-pypi-publish

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 3fbcf7ccf443305955ce16db9de8401f7dc1c7dd to 699cd6103f50bf5c3b2f070c70712d109c168e6c.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@3fbcf7c...699cd61)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anselm Hahn <[email protected]>
  • Loading branch information
dependabot[bot] and Anselmoo authored May 23, 2024
1 parent a128020 commit a64873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@3fbcf7ccf443305955ce16db9de8401f7dc1c7dd
uses: pypa/gh-action-pypi-publish@699cd6103f50bf5c3b2f070c70712d109c168e6c
with:
user: __token__
password: ${{ secrets.TWINE_TOKEN }}
Expand Down

0 comments on commit a64873a

Please sign in to comment.