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 973e739 + 973e98f commit 1da74adCopy full SHA for 1da74ad
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
sudo apt-get install graphviz
35
36
- name: Set up Python ${{ matrix.version.python }}
37
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
38
with:
39
python-version: ${{ matrix.version.python }}
40
allow-prereleases: true
.github/workflows/wheels.yml
@@ -101,7 +101,7 @@ jobs:
101
path: dist
102
merge-multiple: true
103
104
- - uses: pypa/gh-action-pypi-publish@v1.12.4
+ - uses: pypa/gh-action-pypi-publish@v1.13.0
105
106
- name: Add wheels to GitHub release artifacts
107
uses: softprops/action-gh-release@v2
0 commit comments