Skip to content

Commit

Permalink
fix: publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Jan 22, 2025
1 parent b839aea commit 86ca183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
# if: startsWith(github.ref, 'refs/tags')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-DevOps
version = 0.2.12
version = 0.2.13
description = A Django app to manage DevOps.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 86ca183

Please sign in to comment.