Skip to content

Commit

Permalink
fix: test.pypi.org workflow environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Nov 7, 2024
1 parent 8f5c0ae commit ccc227f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build and publish Python 🐍 distributions 📦 to TestPyPI
runs-on: ubuntu-latest
environment:
name: pypi
name: test
url: https://test.pypi.org/p/djangocms-versioning
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
author_email="[email protected]",
maintainer="Django CMS Association and contributors",
maintainer_email="[email protected]",
url="http://github.com/django-cms/djangocms-versioning",
url="https://github.com/django-cms/djangocms-versioning",
license="BSD",
)

0 comments on commit ccc227f

Please sign in to comment.