We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891c2e2 commit 1d43298Copy full SHA for 1d43298
.github/workflows/publish-pypi.yml
@@ -28,6 +28,6 @@ jobs:
28
--outdir dist/
29
.
30
- name: Publish to PyPI
31
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
32
with:
33
password: ${{ secrets.PYPI_API_TOKEN }}
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = tconnectsync
3
-version = 2.1.4
+version = 2.1.5
4
author = James Woglom
5
author_email = j@wogloms.net
6
description = Syncs Tandem Source (formerly t:connect) insulin pump data to Nightscout for the t:slim X2
0 commit comments