Skip to content

Commit ccc227f

Browse files
committed
fix: test.pypi.org workflow environment name
1 parent 8f5c0ae commit ccc227f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
1111
runs-on: ubuntu-latest
1212
environment:
13-
name: pypi
13+
name: test
1414
url: https://test.pypi.org/p/djangocms-versioning
1515
permissions:
1616
id-token: write

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
author_email="[email protected]",
2929
maintainer="Django CMS Association and contributors",
3030
maintainer_email="[email protected]",
31-
url="http://github.com/django-cms/djangocms-versioning",
31+
url="https://github.com/django-cms/djangocms-versioning",
3232
license="BSD",
3333
)

0 commit comments

Comments
 (0)