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 6ef4955 commit 2b8f04aCopy full SHA for 2b8f04a
.github/workflows/pypi-publish.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: Build package
24
run: python setup.py sdist bdist_wheel
25
26
- - name: Publish to PyPi
27
- uses: pypa/gh-action-pypi-publish@master
+ - name: Publish a Python distribution to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
28
with:
29
- user: __token__
30
- password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
+ password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
django_range_merge/__init__.py
@@ -2,6 +2,6 @@
2
Enables the range_merge Aggregate for Django on Postgres
3
"""
4
5
-__version__ = "0.2.1"
+__version__ = "0.2.2"
6
7
default_app_config = "django_range_merge.apps.DjangoRangeMergeConfig" # pylint: disable=invalid-name
0 commit comments