We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0746ad6 commit 1571682Copy full SHA for 1571682
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
35
repository_url: https://test.pypi.org/legacy/
36
37
- # - name: Publish to PyPI
38
- # uses: pypa/gh-action-pypi-publish@release/v1
39
- # with:
40
- # password: ${{ secrets.PYPI_API_TOKEN }}
+ - name: Publish to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ password: ${{ secrets.PYPI_API_TOKEN }}
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
6
[project]
7
name = "django-cbv-inspect"
8
-version = "0.1.16"
+version = "0.2.0"
9
description = "A tool to inspect Django class-based views."
10
authors = [
11
{ name="Sangeeta Jadoonanan", email="sjbitcode@gmail.com" }
0 commit comments