Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the github-actions group #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
pip install build
python -m build
- name: Publish
uses: pypa/[email protected].2
uses: pypa/[email protected].3
with:
user: __token__
password: ${{ secrets.PYPI_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
pip install build
python -m build
- name: Publish package distributions to TestPyPI
uses: pypa/[email protected].2
uses: pypa/[email protected].3

Check warning on line 29 in .github/workflows/pypi-test.yml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

.github/workflows/pypi-test.yml#L29

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
Expand Down
Loading