Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
create_version:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4

Check warning on line 29 in .github/workflows/prerelease.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

prerelease.yml:29: action's hash pin has mismatched or missing version comment: points to commit 11d5960a3267
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v5

Check warning on line 30 in .github/workflows/prerelease.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

prerelease.yml:30: action's hash pin has mismatched or missing version comment: points to commit a26af69be951
with:
python-version: '3.10'
- name: Create version
Expand All @@ -49,9 +49,9 @@
os: [ubuntu-22.04, ubuntu-24.04, macos-14]
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4

Check warning on line 52 in .github/workflows/prerelease.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

prerelease.yml:52: action's hash pin has mismatched or missing version comment: points to commit 11d5960a3267
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v5

Check warning on line 54 in .github/workflows/prerelease.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

prerelease.yml:54: action's hash pin has mismatched or missing version comment: points to commit a26af69be951
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -98,9 +98,9 @@
os: [ubuntu-22.04]
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4

Check warning on line 101 in .github/workflows/prerelease.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

prerelease.yml:101: action's hash pin has mismatched or missing version comment: points to commit 11d5960a3267
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v5

Check warning on line 103 in .github/workflows/prerelease.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

prerelease.yml:103: action's hash pin has mismatched or missing version comment: points to commit a26af69be951
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -176,7 +176,7 @@
path: wheelhouse/

- name: Publish package to testpypi
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33

Check notice on line 179 in .github/workflows/prerelease.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

prerelease.yml:179: prefer trusted publishing for authentication: this step
with:
repository_url: https://test.pypi.org/legacy/
user: __token__
Expand All @@ -186,7 +186,7 @@


- name: Publish package to pypi
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33

Check notice on line 189 in .github/workflows/prerelease.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

prerelease.yml:189: prefer trusted publishing for authentication: this step
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
create_version:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4

Check warning on line 28 in .github/workflows/stable-release-workflow.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

stable-release-workflow.yml:28: action's hash pin has mismatched or missing version comment: points to commit 11d5960a3267
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v5

Check warning on line 29 in .github/workflows/stable-release-workflow.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

stable-release-workflow.yml:29: action's hash pin has mismatched or missing version comment: points to commit a26af69be951
with:
python-version: '3.10'
- name: Create version
Expand All @@ -49,9 +49,9 @@
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4

Check warning on line 52 in .github/workflows/stable-release-workflow.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

stable-release-workflow.yml:52: action's hash pin has mismatched or missing version comment: points to commit 11d5960a3267
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v5

Check warning on line 54 in .github/workflows/stable-release-workflow.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

stable-release-workflow.yml:54: action's hash pin has mismatched or missing version comment: points to commit a26af69be951
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -103,7 +103,7 @@
path: wheelhouse/

- name: Publish package to testpypi
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33

Check notice on line 106 in .github/workflows/stable-release-workflow.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

stable-release-workflow.yml:106: prefer trusted publishing for authentication: this step
with:
repository_url: https://test.pypi.org/legacy/
user: __token__
Expand All @@ -112,7 +112,7 @@
verbose: true

- name: Publish package to pypi
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33

Check notice on line 115 in .github/workflows/stable-release-workflow.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

stable-release-workflow.yml:115: prefer trusted publishing for authentication: this step
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down
Loading