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 5f010b2 + 058a991 commit 5ee5157Copy full SHA for 5ee5157
1 file changed
.github/workflows/pypi.yaml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v7
12
- name: Set up Python
13
- uses: actions/setup-python@v6.3.0
+ uses: actions/setup-python@v7.0.0
14
with:
15
python-version: '3.x'
16
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
@@ -50,7 +50,7 @@ jobs:
50
python -m twine check dist/*
51
52
- name: Publish package to PyPI
53
- uses: pypa/gh-action-pypi-publish@v1.14.0
+ uses: pypa/gh-action-pypi-publish@v1.14.1
54
55
skip-existing: true
56
verbose: true
0 commit comments