We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae797c commit 2ac8c15Copy full SHA for 2ac8c15
.github/workflows/publish-to-live-pypi.yml
@@ -16,8 +16,8 @@ jobs:
16
id-token: write
17
steps:
18
- uses: actions/checkout@v4
19
- - name: Set up Python
20
- uses: actions/setup-python@v4
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v5
21
with:
22
python-version: '3.12'
23
.github/workflows/publish-to-test-pypi.yml
@@ -39,5 +39,5 @@ jobs:
39
- name: Publish distribution 📦 to Test PyPI
40
uses: pypa/gh-action-pypi-publish@release/v1
41
42
- repository-url: https://test.pypi.org/legacy/
43
- skip-existing: true
+ repository_url: https://test.pypi.org/legacy/
+ skip_existing: true
0 commit comments