Skip to content

Commit

Permalink
fix: pypi build issues (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram authored Oct 24, 2023
1 parent deaf339 commit 1482529
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
2 changes: 1 addition & 1 deletion edx_lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
edx_lint standardizes lint configuration and additional plugins for use in
Open edX code.
"""
__version__ = "5.3.5"
__version__ = "5.3.6"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = edx-lint
version = attr: edx_lint.VERSION
summary = edX-authored pylint checkers
description_file = README.rst
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/openedx/edx-lint
author = edX
author_email = oscm@edx.org
Expand Down

0 comments on commit 1482529

Please sign in to comment.