We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba0537d + 53d4e16 commit 8eb8cf6Copy full SHA for 8eb8cf6
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v5
20
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
- run: |
.github/workflows/release.yml
@@ -16,12 +16,12 @@ jobs:
16
id-token: write
python-version: '3.12'
python -m pip install --upgrade pip
24
pipx install poetry==1.8.0
25
poetry build
26
- name: Publish package distributions to PyPI
27
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
0 commit comments