Skip to content

Commit

Permalink
v2.1.5 with pypi upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Oct 8, 2024
1 parent 891c2e2 commit 1d43298
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-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
--outdir dist/
.
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tconnectsync
version = 2.1.4
version = 2.1.5
author = James Woglom
author_email = [email protected]
description = Syncs Tandem Source (formerly t:connect) insulin pump data to Nightscout for the t:slim X2
Expand Down

0 comments on commit 1d43298

Please sign in to comment.