Skip to content

Commit

Permalink
fix: namecase
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Jan 22, 2025
1 parent 86ca183 commit 0923401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
repository-url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
# if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-DevOps
version = 0.2.13
name = django-devops
version = 0.2.14
description = A Django app to manage DevOps.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 0923401

Please sign in to comment.