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 32d32d4 + b6f64de commit ac084ebCopy full SHA for ac084eb
.github/workflows/python-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
- name: Set up Python
26
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5.3.0
27
with:
28
python-version: '3.x'
29
- name: Install dependencies
@@ -36,4 +36,4 @@ jobs:
36
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
38
user: __token__
39
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_TOKEN }}
0 commit comments