Skip to content

Commit

Permalink
Merge pull request #236 from SAIL-Labs/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions-13fff53659

Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in /.github/workflows in the actions group
  • Loading branch information
DrSoulain authored Feb 11, 2025
2 parents 513f947 + 5b4a18e commit 3f751bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash -l {0}
run: python -m build
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.12.3
uses: pypa/gh-action-pypi-publish@v1.12.4
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit 3f751bf

Please sign in to comment.