Skip to content

Commit 2ac8c15

Browse files
fsbraunmarksweb
andauthored
chore: Update release actions (#1469)
* Update publish-to-test-pypi.yml * Update publish-to-live-pypi.yml * Update .github/workflows/publish-to-test-pypi.yml Co-authored-by: Mark Walker <[email protected]> * Update .github/workflows/publish-to-test-pypi.yml Co-authored-by: Mark Walker <[email protected]> * Update .github/workflows/publish-to-test-pypi.yml Co-authored-by: Mark Walker <[email protected]> --------- Co-authored-by: Mark Walker <[email protected]>
1 parent 0ae797c commit 2ac8c15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish-to-live-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
id-token: write
1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Python
20-
uses: actions/setup-python@v4
19+
- name: Set up Python 3.12
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.12'
2323

.github/workflows/publish-to-test-pypi.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
id-token: write
1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Python
20-
uses: actions/setup-python@v4
19+
- name: Set up Python 3.12
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.12'
2323

@@ -39,5 +39,5 @@ jobs:
3939
- name: Publish distribution 📦 to Test PyPI
4040
uses: pypa/gh-action-pypi-publish@release/v1
4141
with:
42-
repository-url: https://test.pypi.org/legacy/
43-
skip-existing: true
42+
repository_url: https://test.pypi.org/legacy/
43+
skip_existing: true

0 commit comments

Comments
 (0)