Skip to content

Commit 2b8f04a

Browse files
committed
Update to use up-to-date pypi-publish Github action
1 parent 6ef4955 commit 2b8f04a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Build package
2424
run: python setup.py sdist bdist_wheel
2525

26-
- name: Publish to PyPi
27-
uses: pypa/gh-action-pypi-publish@master
26+
- name: Publish a Python distribution to PyPI
27+
uses: pypa/gh-action-pypi-publish@release/v1
2828
with:
29-
user: __token__
30-
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
29+
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

django_range_merge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Enables the range_merge Aggregate for Django on Postgres
33
"""
44

5-
__version__ = "0.2.1"
5+
__version__ = "0.2.2"
66

77
default_app_config = "django_range_merge.apps.DjangoRangeMergeConfig" # pylint: disable=invalid-name

0 commit comments

Comments
 (0)