Skip to content

Commit

Permalink
chore: Update release actions (#1469)
Browse files Browse the repository at this point in the history
* 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 <mark@django-cms.org>

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

Co-authored-by: Mark Walker <mark@django-cms.org>

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

Co-authored-by: Mark Walker <mark@django-cms.org>

---------

Co-authored-by: Mark Walker <mark@django-cms.org>
  • Loading branch information
fsbraun and marksweb committed May 19, 2024
1 parent 0ae797c commit 2ac8c15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-live-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'

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

0 comments on commit 2ac8c15

Please sign in to comment.