Skip to content

Commit 1d43298

Browse files
committed
v2.1.5 with pypi upload fix
1 parent 891c2e2 commit 1d43298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
--outdir dist/
2929
.
3030
- name: Publish to PyPI
31-
uses: pypa/gh-action-pypi-publish@master
31+
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
3333
password: ${{ secrets.PYPI_API_TOKEN }}

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = tconnectsync
3-
version = 2.1.4
3+
version = 2.1.5
44
author = James Woglom
55
author_email = j@wogloms.net
66
description = Syncs Tandem Source (formerly t:connect) insulin pump data to Nightscout for the t:slim X2

0 commit comments

Comments
 (0)